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

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

Re: Gnus: Defining a new nnml server with a different nnml-directory


From: David
Subject: Re: Gnus: Defining a new nnml server with a different nnml-directory
Date: Thu, 21 Aug 2008 22:55:39 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.90 (gnu/linux)

Rodolfo Medina <rodolfo.medina@gmail.com> writes:
> (setq gnus-secondary-select-methods
>       '((nnml "test"
>               (nnml-directory "~/my-dir/")
>               (nnml-active-file "~/my-dir/active")
>               (nnml-newsgroups-file "~/my-dir/newsgroups"))))
>
> .  But now my inbox messages are stored in "~/my-dir/inbox", that I
> don't want.
> How can I avoid that?

Try putting

    (nnml-get-new-mail nil)

in the above server definition.

-David






reply via email to

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