Kai Kaminski <[EMAIL PROTECTED]> writes:
> I'm using Gnus v5.11/Emacs 22.1.50.1  to read mail (via nnimap) and
> news. Everything works fine, except mail splitting. I'm subscribed to
> several mailing lists, which can be recognized by looking for [foo] in
> the subject line. I have the following in my .gnus:
>
> (setq nnimap-split-crosspost nil)
> (setq nnimap-split-inbox '("INBOX"))
> (setq nnimap-split-predicate "UNSEEN UNDELETED")
>
> (setq nnimap-split-rule 'nnimap-split-fancy)
> (setq nnimap-split-fancy
>       '(| (subject "\\[Haskell\\]" "Haskell")
>         (subject "\\[Haskell-cafe\\]" "Haskell-cafe")
>         (subject "\\[slime-devel\\]" "slime-devel")
>         ("List-Id" "yhc\\.haskell\\.org" "yhc")
>         "misc"))

I solved my similar problem (with nnmail) using any instead of fancy
subject or from...

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

NOTE: The most fundamental particles in this product are held
together by a "gluing" force about which little is currently known
and whose adhesive power can therefore not be permanently
guaranteed.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to