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/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english