From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80724 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: how to add fastmail.fm imap servers in seondary select Date: Mon, 02 Jan 2012 19:01:14 -0500 Organization: Still searching... Message-ID: <878vlpr6wl.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325549056 7406 80.91.229.12 (3 Jan 2012 00:04:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2012 00:04:16 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29006@lists.math.uh.edu Tue Jan 03 01:04:13 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RhrrP-0006Ej-Cj for ding-account@gmane.org; Tue, 03 Jan 2012 01:04:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RhrqK-00080Z-Tg; Mon, 02 Jan 2012 18:03:04 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RhrqJ-00080N-9U for ding@lists.math.uh.edu; Mon, 02 Jan 2012 18:03:03 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RhrqH-0007Li-QK for ding@lists.math.uh.edu; Mon, 02 Jan 2012 18:03:02 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RhrqE-00021q-LR for ding@gnus.org; Tue, 03 Jan 2012 01:02:58 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RhrqC-0005uO-Da for ding@gnus.org; Tue, 03 Jan 2012 01:02:56 +0100 Original-Received: from z65-50-57-227.ips.direcpath.com ([65.50.57.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jan 2012 01:02:56 +0100 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jan 2012 01:02:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:VoUxMxpX9Bu8TaX9esvdZcabktc= X-Spam-Score: -6.2 (------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80724 Archived-At: I already am trying to use imap with gmail and want to add fastmail.fm. The Documentation at fastmail assumes you are using nnimap as the select-method... 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?