From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4619 Path: news.gmane.org!not-for-mail From: Tim McNamara Newsgroups: gmane.emacs.gnus.user Subject: Re: Topic-wise subscription of new newsgroups Date: Tue, 08 Mar 2005 08:51:50 -0600 Organization: ipHouse Message-ID: References: <85mztemsr1.fsf@mail.bn-software.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670503 24050 80.91.229.2 (31 Jan 2006 01:21:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:21:43 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:03 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.powertech.no!news.banetele.no!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newshosting.com!nx01.iad01.newshosting.com!204.153.247.121.MISMATCH!indigo.octanews.net!green.octanews.net!news-out.octanews.net!beige.iphouse.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:I1nvnlpaModHSiQbsyBqZGmBNww= Original-NNTP-Posting-Date: 08 Mar 2005 08:51:50 CST Original-X-Complaints-To: abuse@iphouse.net Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4760 Original-Lines: 43 X-Gnus-Article-Number: 4760 Tue Jan 17 17:34:03 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4619 Archived-At: Stefan Kamphausen writes: > Dear Gnus, > > I'm trying to configure my gnus so that it will automatically > subscribe a newsgroup created by a fancy nnmail split. > > I have a splitting rule like this: > > (setq nnmail-split-fancy > '(& > ;; some more here > (from ".* ;;some more here > "mail.inbox")) > > As you can see I use multiple outputs so that I have an old-style > inbox together with mailboxes for each of my colleagues. This is > working fine. > > However, whenever I receive an email of a new colleague (which has > no group associated) I can only see the new group when I do a > gnus-find-new-newsgroups manually. But I'd like them so show up > immediately. I use this and can see the groups created for the split-out mail immediately: (setq nnmail-split-methods 'nnmail-split-fancy) (setq nnmail-split-fancy '(| ("to" "internet-bob@bikelist\\.org" "iBOB") ("to" "rbw@bikelist\\.org" "Rivendell") ("to" "port-mac68k@netbsd\\.org" "NetBSD") ("to" "timmcn@bitstream\\.net" "Inbox") "mail.misc")) One can of course split on the "from" header as well. I wonder- do you have the expression (setq nnmail-split-methods 'nnmail-split-fancy) in your .gnus? Perhaps you're getting an odd effect from missing that?