info-gnus-english
[Top][All Lists]
Advanced

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

Re: Losing Mail in Gnus


From: David
Subject: Re: Losing Mail in Gnus
Date: Sun, 14 Sep 2008 13:28:02 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux)

brettrandall <brett.randall@gmail.com> writes:
> I use nnmail-split-methods to just divide up mail based on To/From in
> my folders - no fancy splitting or anything.

[from the original posting]
> (setq gnus-secondary-select-methods
>       '(
>         (nnml "brett" (nnml-directory "~brett/Mail/"))
>         (nnml "mairix" (nnml-directory "~brett/.mairix"))
>         )
> )
>
> (setq mail-sources '((maildir) (maildir :path "~brett/Maildir/cur")))
> (setq nnml-get-new-mail t)

nnml-get-new-mail is a server variable, i.e. it should be set per
server. Try the following setup:

 (setq gnus-secondary-select-methods
        '(
          (nnml "brett" (nnml-directory "~brett/Mail/") (nnml-get-new-mail t))
          (nnml "mairix" (nnml-directory "~brett/.mairix") (nnml-get-new-mail 
nil))
          )
 )

and delete the line that sets nnml-get-new-mail globally.

I wonder how Gnus decides where to put new mail when both servers have
nnml-get-new-mail set to t... Maybe Gnus should issue a warning when it
encounters a setup like this...

-David





reply via email to

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