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

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

Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1


From: ian . dobbie
Subject: Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1
Date: Thu, 16 Aug 2012 15:49:32 -0700 (PDT)
User-agent: G2/1.0

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" "XXXX@gmail.com" "INBOX.google")
........ loads of stuff cut .......
        ("To\\|CC" ".*XXXXXX@JISCMAIL.AC.UK" "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




reply via email to

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