From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80728 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: how to add fastmail.fm imap servers in seondary select Date: Tue, 03 Jan 2012 15:11:26 -0500 Organization: Still searching... Message-ID: <87vcos8s29.fsf@newsguy.com> References: <878vlpr6wl.fsf@newsguy.com> <87hb0dz16u.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325621724 9902 80.91.229.12 (3 Jan 2012 20:15:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2012 20:15:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29010@lists.math.uh.edu Tue Jan 03 21:15:20 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 1RiAlQ-0005da-PY for ding-account@gmane.org; Tue, 03 Jan 2012 21:15:17 +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 1RiAlM-0004ci-9B; Tue, 03 Jan 2012 14:15:12 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RiAlL-0004cX-8Q for ding@lists.math.uh.edu; Tue, 03 Jan 2012 14:15:11 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RiAlJ-0003ma-Mq for ding@lists.math.uh.edu; Tue, 03 Jan 2012 14:15:11 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RiAlI-0004Je-0c for ding@gnus.org; Tue, 03 Jan 2012 21:15:08 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RiAlH-0005Wi-CK for ding@gnus.org; Tue, 03 Jan 2012 21:15:07 +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 21:15:07 +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 21:15:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 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:EC8yv2QPnom/OsbLjrqdECl5sP0= X-Spam-Score: -6.7 (------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80728 Archived-At: Tassilo Horn writes: > 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"))) > `---- Well that simplifies things... I was thinking I wanted to put them all in one add-to-list line. Thats where I keep getting the parens wrong. Your method looks easier. Thanks