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

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

Re: Multiple IMAP accounts on same server


From: Tassilo Horn
Subject: Re: Multiple IMAP accounts on same server
Date: Thu, 07 Feb 2008 10:51:43 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Guillermo Antonio Amaral Bastidas <gamaral@guillermoamaral.com> writes:

Hi Guillermo,

>   Anybody know how to access multiple IMAP accounts in a same server,
>  I am using _nnimap_.

I guess the problem is that you need different user/password
combinations, right?  Then you'd define something like

(add-to-list 'gnus-secondary-select-methods
             '(nnimap "account1"
                      (nnimap-address "server")
                      ...))

(add-to-list 'gnus-secondary-select-methods
             '(nnimap "account2"
                      (nnimap-address "server")
                      ...))

and put into your ~/.authinfo this:

machine account1 login myusername password XXX
machine account2 login myotherusername password XXX

Bye,
Tassilo





reply via email to

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