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

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

Re: multiple nnfolder instances


From: Reiner Steib
Subject: Re: multiple nnfolder instances
Date: Fri, 08 Jun 2007 16:11:51 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

On Fri, Jun 08 2007, Ted Baltz wrote:

> Is there a way (with gnus-secondary-select-methods perhaps) to have
> multiple instances of nnfolder?  I would like to be able to read two
> accounts on the same machine.  What I have in mind is copying the
> mailboxes, .nov, .mrk and active file from one machine onto another.
> I'd then have ~/Mail and ~/Mail-external directories, each having mail
> files and active files.  I'd like to be able to simply rsync into
> ~/Mail-external.  Mail actually sent to this account would end up in
> ~/Mail.

Something along this lines should do the trick...

(add-to-list 'gnus-secondary-select-methods
             '(nnfolder "mail-external"
                        (nnfolder-directory "~/Mail-external")
                        (nnfolder-newsgroups-file "~/Mail-external/newsgroups")
                        (nnfolder-get-new-mail nil)
                        (nnfolder-active-file "~/Mail-external/active"))
             t)

See (info "(gnus)Mail Folders") for information about these and more
server settings.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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