Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric <thegreatfq@gmail.com>
To: ding@gnus.org
Subject: Need help on setting multiple gmail imap account
Date: Mon, 29 Dec 2014 01:27:06 +0000 (UTC)	[thread overview]
Message-ID: <loom.20141229T020733-950@post.gmane.org> (raw)

Hi,
I am using emacs 24.4. Following this instruction:
http://superuser.com/questions/86798/multiple-email-accounts-from-the-same-server-in-emacs-gnus

I have two account, my setup is like this:

(add-to-list 'gnus-secondary-select-methods
	     '(nnimap "name1"
                      (nnimap-address "imap.gmail.com")
                      (nnimap-server-port 993)
                      (nnimap-stream ssl)
                      (nnir-search-engine imap)
                      (nnmail-expiry-target "nnimap+gmail:[Gmail]/Trash")
                      (nnmail-expiry-wait 90))
	     '(nnimap "name2"
                     (nnimap-address "imap.gmail.com")
                     (nnimap-server-port 993)
                     (nnimap-stream ssl)))

the authinfo file has:
machine name1 login email1@gmail.com password mypass1 port 993 force yes
machine name2 login email2@gmail.com password mypass2 port 993 force yes

but it doesn't work for me. There are several other solutions like this
online. Looks like gnus is trying to connect to name1 and name2 which is not
a real server name. It might be possible by editing the etc/host file.

Does anyone has a working setup with the server aliasing approach?
Thanks a lot.
Eric





             reply	other threads:[~2014-12-29  1:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-29  1:27 Eric [this message]
2014-12-29  9:11 ` Adam Sjøgren
2015-02-04 11:46   ` Ted Zlatanov
2015-02-05  3:13     ` Lars Ingebrigtsen
2015-02-05 10:52       ` Ted Zlatanov
2015-02-05 15:51     ` Adam Sjøgren

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=loom.20141229T020733-950@post.gmane.org \
    --to=thegreatfq@gmail.com \
    --cc=ding@gnus.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).