all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* splitting not working after update 23.9xxx to 24.0.91.1
@ 2011-11-23  8:10 Rene Borchers
  0 siblings, 0 replies; only message in thread
From: Rene Borchers @ 2011-11-23  8:10 UTC (permalink / raw)
  To: help-gnu-emacs

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---------------------------



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-23  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23  8:10 splitting not working after update 23.9xxx to 24.0.91.1 Rene Borchers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.