all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?
@ 2010-01-06 18:27 Frank Fredstone
  2010-01-07 19:06 ` Reiner Steib
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Fredstone @ 2010-01-06 18:27 UTC (permalink / raw)
  To: help-gnu-emacs

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?




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

end of thread, other threads:[~2010-01-09 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 18:27 Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13? Frank Fredstone
2010-01-07 19:06 ` Reiner Steib
2010-01-07 21:24   ` Frank Fredstone
2010-01-08 17:37     ` Reiner Steib
2010-01-08 18:40       ` Frank Fredstone
2010-01-08 22:22         ` Ted Zlatanov
2010-01-09 12:37           ` Reiner Steib

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.