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

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

Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?


From: Frank Fredstone
Subject: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?
Date: Wed, 06 Jan 2010 10:27:56 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hi,

I use dovecot imapd with both an mbox for INBOX and maildir for other
folders, and I use sieve to split email into maildir folders.

In .gnus.el I have:

(setq gnus-secondary-select-methods
          '((nnml "mail")
                (nnimap "asdf"
                                (nnimap-address "localhost")
                                (nnimap-server-port 143)
                                (nnimap-stream network)))) 

I use fetchmail and exim which put email in /var/spool/user. Dovecot
stores INBOX in that same file, the mbox file. For other folders it
stores to maildir files.

This worked fine with emacs 22 and gnus. Now, with emacs 23.1, when I
start gnus, with nnimap-split-inbox unset, the messages that were in
the mbox file are moved to nnml+mail:inbox. The result is that my
imap inbox is empty, and the mbox file is empty.

Do you know what I can do to have it not move me email?




reply via email to

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