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

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

Re: nnmairix


From: Michael Heerdegen
Subject: Re: nnmairix
Date: Thu, 13 Mar 2014 07:17:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

David Engster <deng@randomsample.de> writes:

> >     (nnml "mairix")
> >
> >   in `gnus-secondary-select-methods' (this belongs to the server for
> >   reading the matches as a group, see below)
>
> As mentioned in the docs, if you set up an extra server for nnmairix
> (which isn't necessary, by some prefer it), please *always* set
> 'nnml-get-new-mail' to 'nil':
>
>       (nnml "mairix" (nnml-get-new-mail nil))
>
> Otherwise, the server might receive mail, and it will be lost when the
> mairix search results are updated.

Thanks for mentioning this.  Actually I have it in the server
definition (i.e., not in the select method):

(nnml "mairix"
      (nnml-directory "~/mairix")
      (nnml-active-file "~/mairix/active")
      (nnml-newsgroups-file "~/mairix/newsgroups")
      (nnml-get-new-mail nil))

That seems to work ok.

Michael.




reply via email to

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