[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Losing Mail in Gnus - pt 2
From: |
David |
Subject: |
Re: Losing Mail in Gnus - pt 2 |
Date: |
Thu, 06 Nov 2008 10:00:49 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) |
Brett Randall <brett@hillsong.com> writes:
> I've started having a problem with my Gnus losing e-mail again. My
> original posts are available at:
>
> http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/5af37dd8aa003cbf
[...]
> ------------------------------------------------------------------------
> (setq gnus-secondary-select-methods
> '(
> (nnml "brett" (nnml-directory "~brett/Mail/") (nnml-get-new-mail t))
> (nnml "mairix" (nnml-directory "~brett/.mairix"))
> )
> )
> ------------------------------------------------------------------------
In the above thread I suggested using
(nnml "mairix" (nnml-directory "~brett/.mairix") (nnml-get-new-mail nil))
since nnml-get-new-mail is set to t by default. Did you try this, too?
-David