Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Harry Putnam <reader@newsguy.com>
Cc: ding@gnus.org
Subject: Re: how to add fastmail.fm imap servers in seondary select
Date: Tue, 03 Jan 2012 08:37:29 +0100	[thread overview]
Message-ID: <87hb0dz16u.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <878vlpr6wl.fsf@newsguy.com> (Harry Putnam's message of "Mon, 02 Jan 2012 19:01:14 -0500")

Harry Putnam <reader@newsguy.com> writes:

Hi Harry,

> I'm using secondary-select and more than 1 server, if I add
> fastmail.fm
>
> Existing code... (although it is currently no working)
>
>   (add-to-list 'gnus-secondary-select-methods '(nnimap "hputnam3"
>                                (nnimap-address "imap.gmail.com")))
>
> I've tried several different arrangements of parens trying to fit a
> second account in there.
>
> Can anyone show the proper way to add fastmail.fm as imap server to
> that list?

That's my setup with Fastmail, Gmail, and my university's mail server.

,----
| (add-to-list 'gnus-secondary-select-methods
| 	     '(nnimap "Uni"
| 		      (nnimap-address "mail.uni-koblenz.de")))
| 
| (add-to-list 'gnus-secondary-select-methods
| 	     '(nnimap "Fastmail"
| 		      (nnimap-address "mail.messagingengine.com")))
| 
| (add-to-list 'gnus-secondary-select-methods
| 	     '(nnimap "Gmail"
| 		      (nnimap-address "imap.gmail.com")))
`----

Bye,
Tassilo



  reply	other threads:[~2012-01-03  7:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-03  0:01 Harry Putnam
2012-01-03  7:37 ` Tassilo Horn [this message]
2012-01-03 20:11   ` Harry Putnam
2012-01-06 13:03     ` Leonidas Tsampros

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=87hb0dz16u.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=reader@newsguy.com \
    /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).