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