Hi, 

I have a bunch of nnimap split rules that I have brought over from a few 
version of emacs, but lately 
from an ~4 year old version of NoGnus (apparently 5.10.10 but I am not 100% 
sure, as I dont have the old machine currently with me). 

I have a new Mac (running Mountain Lion) and have installed emacs 24.1.1 with 
gnus 5.13  
(GNU Emacs 24.1.1 (x86_64-apple-darwin, NS apple-appkit-1038.36))
bundled with it. Unfortunately my split rules are now no longer applied to my 
INBOX. Can 
anyone suggest any fixes, debug methods etc...

Relevant parts of my .gnus.el, with some censoring...

(nnimap "Oxford-Nexus"
               (nnimap-address "imap.XXXX.uk")
               (nnimap-stream ssl)
               (nnimap-user "XXXXXX")
               (nnimap-list-pattern ("*"))
               (nnimap-split-predicate "UNDELETED"))))

(setq nnmail-split-predicate "UNDELETED")

(setq nnmail-split-inbox '("INBOX"))

(setq nnmail-split-methods 'nnmail-split-fancy
        nnmail-split-fancy
      '(| 
        (: spam-split)
        ("To\\|CC" "[email protected]" "INBOX.google")
........ loads of stuff cut .......
        ("To\\|CC" ".*[email protected]" "INBOX.UK-microscopy")
        "INBOX.misc"))


This stuff was all originally nnimap-split-... but I read some posts suggesting 
that they had all 
been shifted to nnmail-split-.....   Neither of these functions is ever run, so 
my mail stays in 
my INBOX all the time. Anyy suggestions welcome!


Ian


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

Reply via email to