From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52831 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry-split-fancy-with-parent misfeature or minibug? Date: Sun, 25 May 2003 06:49:14 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: References: <848yswgzqs.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053859459 7947 80.91.224.249 (25 May 2003 10:44:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 25 May 2003 10:44:19 +0000 (UTC) Original-X-From: ding-owner+M1375@lists.math.uh.edu Sun May 25 12:44:16 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JszA-00023t-00 for ; Sun, 25 May 2003 12:44:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Jt0K-0002oP-00; Sun, 25 May 2003 05:45:28 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Jt0B-0002oH-00 for ding@lists.math.uh.edu; Sun, 25 May 2003 05:45:19 -0500 Original-Received: (qmail 5869 invoked by alias); 25 May 2003 10:45:18 -0000 Original-Received: (qmail 5864 invoked from network); 25 May 2003 10:45:18 -0000 Original-Received: from ns3.beld.net (24.233.95.13) by sclp3.sclp.com with SMTP; 25 May 2003 10:45:18 -0000 Original-Received: by ns3.beld.net (Postfix, from userid 102) id 5A17B3B981; Sun, 25 May 2003 06:45:15 -0400 (EDT) Original-Received: from heechee.beld.net (dhcp-0-9-5b-4d-5-59.cpe.beld.net [24.233.82.84]) by ns3.beld.net (Postfix) with ESMTP id 23BD83BD4D for ; Sun, 25 May 2003 06:45:14 -0400 (EDT) Original-To: ding@gnus.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: ding@gnus.org In-Reply-To: =?iso-8859-1?q?<848yswgzqs.fsf@lucy.is.informatik.uni-duis?= =?iso-8859-1?q?burg.de>_(Kai_Gro=DFjohann's_message_of_"Sat,_24_May_200?= =?iso-8859-1?q?3_16:56:11_+0200")?= User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52831 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52831 On Sat, 24 May 2003, kai.grossjohann@gmx.net wrote: > I got a group nnml:gmane.linux.debian.user.german because somebody > replied to my posting in nntp+gmane:gmane.linux.debian.user.german > by email, and gnus-registry-split-fancy-with-parent found that group > in the registry. > > Is there a way to avoid this? I'd have preferred for that message > to end up in nnml:mail.misc. Use the gnus-registry-ignored-groups variable or the registry-ignore group parameter. I have: (setq gnus-registry-ignored-groups '(("nntp" t) ("nnrss" t))) That way, messages in those groups won't be registered. What would be a suitable default, any suggestions? Ted