Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Topic-wise subscription of new newsgroups
@ 2005-03-08  8:44 Stefan Kamphausen
  2005-03-08 12:10 ` Reiner Steib
  2005-03-08 14:51 ` Tim McNamara
  0 siblings, 2 replies; 8+ messages in thread
From: Stefan Kamphausen @ 2005-03-08  8:44 UTC (permalink / raw)


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 ".* <?\\(.+\\)@office-address.example.*" "mail.office.\\1")
        ;; 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.  

My preferred approach would be to use:
(setq gnus-parameters
      '(("^nnml.*"
         (gnus-show-threads nil)
         (gnus-check-new-newsgroups 'always))
       ))

And while the first setting (gnus-show-threads) is working fine (which
tells me that the matcher works) the second does nothing.  I tried
this in group and topic parameters (using G p and G c), too, but to no
avail.

I found the possibility for "always" only in the info file (how do you
always add these nice boxes??) while it is not in the docstring.


Thanks and Regards
Stefan Kamphausen
-- 
Stefan Kamphausen --- http://www.skamphausen.de
a blessed +42 regexp of confusion (weapon in hand)
You hit. The format string crumbles and turns to dust.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-03-08 21:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-08  8:44 Topic-wise subscription of new newsgroups Stefan Kamphausen
2005-03-08 12:10 ` Reiner Steib
2005-03-08 13:14   ` Stefan Kamphausen
2005-03-08 14:19     ` Reiner Steib
2005-03-08 14:32       ` Stefan Kamphausen
2005-03-08 14:51 ` Tim McNamara
2005-03-08 15:19   ` Stefan Kamphausen
2005-03-08 21:35     ` Tim McNamara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).