Gnus development mailing list
 help / color / mirror / Atom feed
* splitting not working after update emacs 23.9xxx to 24.0.91.1
@ 2011-12-02  8:17 Rene Borchers
  2012-01-03 21:04 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Rene Borchers @ 2011-12-02  8:17 UTC (permalink / raw)
  To: ding

After updating emacs  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] 2+ messages in thread

* Re: splitting not working after update emacs 23.9xxx to 24.0.91.1
  2011-12-02  8:17 splitting not working after update emacs 23.9xxx to 24.0.91.1 Rene Borchers
@ 2012-01-03 21:04 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2012-01-03 21:04 UTC (permalink / raw)
  To: Rene Borchers; +Cc: ding

Rene Borchers <rmborchers@gmail.com> writes:

> After updating emacs  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.

(setq nnimap-inbox "INBOX")
(setq nnimap-split-methods ...)

should do the trick.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-03 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-02  8:17 splitting not working after update emacs 23.9xxx to 24.0.91.1 Rene Borchers
2012-01-03 21:04 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).