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

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

imap splitting with emacs24


From: harven
Subject: imap splitting with emacs24
Date: Mon, 02 Jul 2012 20:07:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Hi, 

I just upgraded to emacs24, and I have a problem with the imap splitting.
I put the following in my gnus init file, in order to take into account the 
changes reported in the news file.

(setq nnimap-split-inbox "INBOX")
(set (if (< (string-to-number emacs-version) 24)
         'nnimap-split-rule
       'nnimap-split-methods)
     '(("INBOX.Trash"  "^From:.*naturalproducts@pubpromotion\\.com")
       ;; some list there
       ("INBOX" "")))

The splitting occurs with emacs23 but not with emacs24.
Is there something else I need to set with emacs24?
Thanks,
--
Harven



reply via email to

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