help-gnu-emacs
[Top][All Lists]
Advanced

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

splitting not working after update 23.9xxx to 24.0.91.1


From: Rene Borchers
Subject: splitting not working after update 23.9xxx to 24.0.91.1
Date: Wed, 23 Nov 2011 09:10:45 +0100

After updating to a more recent version from git. imap splitting
stopped working. I have been messing around with replacing
nnimap-inbox and nnimap-split-inbox in combination with
nnimap-split-rules and nnimap-split-methods.

Google didn't came up with a solution.


Current settings:

[.gnus.el]

(nnimap "gmail"
                   (nnimap-address "imap.gmail.com")
                   (nnimap-authinfo-file "~/.authinfo")
                   (nnimap-server-port 993)
                   (nnimap-split-methods default)
                   (nnimap-stream ssl)

8----------------------------------------------
(setq nnimap-split-inbox '("INBOX" ))
(setq nnimap-split-predicate "UNDELETED")
;;(setq nnimap-split-rule
(setq nnmail-split-methods
                '(
                   ("INBOX/Postfix-user-mailinglist"
"^Sender.*owner-postfix-users@postfix.org")
8---------------------------



reply via email to

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