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

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

splitting and nnimap-split-fancy


From: Richard Riley
Subject: splitting and nnimap-split-fancy
Date: Tue, 10 Feb 2009 22:28:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

The following split works, but why does "root@" not work below marked by
"***" ? The Gnus manual is pretty heavy going in the splitting section
and I feel I must have overlooked something obvious.

"@" is not part of regexps special characters is it?


,----
| (setq nnimap-split-inbox
|         '("INBOX"))
| 
| (setq nnimap-split-predicate "UNDELETED")
| 
| (setq nnimap-split-crosspost nil)
| 
| (setq nnimap-split-rule 
|       '(
|       ("mymail" ("INBOX" nnimap-split-fancy)))
| 
|       nnimap-split-fancy 
|       '(| 
|       ("List-id" "unison" "DevelopmentEmail.apps.general")
|         (from "mailer-daemon" "daemon-errors")
|       (to "xmonad" "DevelopmentEmail.haskell.xmonad")
|       (to "emacs-orgmode" "DevelopmentEmail.apps.emacs.org-mode")
|       (to "root" "root") ;; ***
|       (to "rileyrgdev" "DevelopmentEmail.mail")
|       "INBOX.mail.NOT-FILED"))
`----


-- 
 important and urgent problems of the technology of today are no longer the 
satisfactions of the primary needs or of archetypal wishes, but the reparation 
of the evils and damages by the technology of yesterday.  ~Dennis Gabor, 
Innovations:  Scientific, Technological and Social, 1970


reply via email to

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