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

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

Re: How to set up multiple username on same IMAP server?


From: Hideyuki Ito
Subject: Re: How to set up multiple username on same IMAP server?
Date: Tue, 2 Apr 2013 14:08:17 -0700 (PDT)
User-agent: G2/1.0

Hello Sir,

Thank you very much for your help.
Everything goes fine!!
Since I was a user of Wanderlust, it takes a while to get used to a GNUS way.

Thanks again,
 
2013年4月1日月曜日 12時55分43秒 UTC+9 W. Greenhouse:

> Try this:
> 
> 
> 
> ~/.gnus.el
> 
> 
> 
> (setq gnus-select-method '(nnnil)
> 
>      gnus-secondary-select-methods
> 
>      '(
> 
>         (nnimap "FOO"
> 
>               (nnimap-address "imap.gmail.com")
> 
>                 (nnimap-user "foo@gmail.com"))
> 
>       (nnimap "BAR"
> 
>               (nnimap-address "imap.gmail.com")
> 
>                 (nnimap-user "bar@gmail.com"))))
> 
> 
> 
> ;; nnimap-server-port, nnimap-authinfo-file, nnimap-stream, and
> 
> ;; nnir-search-engine are at defaults and may safely be omitted
> 
> 
> 
> 
> 
> ~/.authinfo
> 
> 
> 
> machine imap.gmail.com login foo@gmail.com port imaps password foopass
> 
> machine smtp.gmail.com login foo@gmail.com port 465 password foopass
> 
> machine imap.gmail.com login bar@gmail.com port imaps password barpass
> 
> machine smtp.gmail.com login bar@gmail.com port 465 password barpass
> 
> 
> 
> >
> 
> > --
> 
> > Hideyuki Ito
> 
> > An Absolute Beginner
> 
> 
> 
> I hope you enjoy Gnus!

--
Hideyuki Ito


reply via email to

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