Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Hideyuki Ito <ito.hideyuki@gmail.com>
To: info-gnus-english@gnu.org
Cc: info-gnus-english@gnu.org
Subject: Re: How to set up multiple username on same IMAP server?
Date: Tue, 2 Apr 2013 14:08:17 -0700 (PDT)	[thread overview]
Message-ID: <94a28dae-290b-4712-96af-958bb148a7d6@googlegroups.com> (raw)
In-Reply-To: <mailman.23197.1364788550.855.info-gnus-english@gnu.org>

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
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

      parent reply	other threads:[~2013-04-02 21:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-01  2:10 Hideyuki Ito
2013-04-01  3:55 ` W. Greenhouse
     [not found] ` <mailman.23197.1364788550.855.info-gnus-english@gnu.org>
2013-04-02 21:08   ` Hideyuki Ito [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94a28dae-290b-4712-96af-958bb148a7d6@googlegroups.com \
    --to=ito.hideyuki@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).