|
| From: | Emilio Jesús Gallego Arias |
| Subject: | Re: IMAP mail splitting problem |
| Date: | Thu, 14 Jun 2007 17:11:33 +0200 |
| User-agent: | Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
Kai Oliver Kaminski <kai.kaminski@gmx.de> writes:
>>> egallego@babel.ls.fi.upm.es (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
| [Prev in Thread] | Current Thread | [Next in Thread] |