info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Topic-wise subscription of new newsgroups


From: Stefan Kamphausen
Subject: Topic-wise subscription of new newsgroups
Date: Tue, 08 Mar 2005 09:44:34 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]