From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80725 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: how to add fastmail.fm imap servers in seondary select Date: Tue, 03 Jan 2012 08:37:29 +0100 Message-ID: <87hb0dz16u.fsf@thinkpad.tsdh.de> References: <878vlpr6wl.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325576325 11326 80.91.229.12 (3 Jan 2012 07:38:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2012 07:38:45 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M29007@lists.math.uh.edu Tue Jan 03 08:38:37 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 1Rhyx8-0000i1-VP for ding-account@gmane.org; Tue, 03 Jan 2012 08:38:35 +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 1RhywE-0001PR-FT; Tue, 03 Jan 2012 01:37:38 -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 1RhywC-0001PH-Pj for ding@lists.math.uh.edu; Tue, 03 Jan 2012 01:37:36 -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 1RhywB-0008Is-CS for ding@lists.math.uh.edu; Tue, 03 Jan 2012 01:37:36 -0600 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rhyw9-0003nz-Co for ding@gnus.org; Tue, 03 Jan 2012 08:37:33 +0100 Original-Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 5F97520B65 for ; Tue, 3 Jan 2012 02:37:32 -0500 (EST) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 03 Jan 2012 02:37:32 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=KPz6JWb0uDIGeRd3dFpkwqQLuQw=; b=ULCAxb9wbdki7nRTX9SaF6vTM62v k7oY1HqmpJp8m07X/b8KvE2xX1qd1FcrniSJ2lHLKBFovO/gK+mtfGiWVhz3ZJW6 aO4xvGDXNOFLt2jzVKyh59QuYE2OFuZamdh8BMa/xeqVYX6+YP9cWBrg9B3AzEUf 7B1K6fKD3AfVTl8= X-Sasl-enc: O2W7j97vIydC5LIIVOl4iALGW/Jt+obemhhkwBIQq3ZD 1325576251 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id 52F834824C2; Tue, 3 Jan 2012 02:37:31 -0500 (EST) In-Reply-To: <878vlpr6wl.fsf@newsguy.com> (Harry Putnam's message of "Mon, 02 Jan 2012 19:01:14 -0500") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80725 Archived-At: Harry Putnam 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