Kai Oliver Kaminski <[EMAIL PROTECTED]> writes:

>>> [EMAIL PROTECTED] (Emilio Jesús Gallego Arias) writes:
>>>>>>> (setq nnimap-split-fancy
>>>>>>>       '(| (subject "\\[Haskell\\]" "Haskell")
>>>>>>>       (subject "\\[Haskell-cafe\\]" "Haskell-cafe")
>>>>>>>       (subject "\\[slime-devel\\]" "slime-devel")
>>>>>>>       ("List-Id" "yhc\\.haskell\\.org" "yhc")
>>>>>>>       "misc"))

> either. I have no idea what to try next. Maybe I'll try to make the
> Gnus functions emit some debug info.

What happens if you change the above to:

(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.e: Adding a wildcard to every subject line.

Don't forget to hit 'r' to reload the config file.

Regards,

Emilio



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to