From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80779 Path: news.gmane.org!not-for-mail From: Leonidas Tsampros Newsgroups: gmane.emacs.gnus.general Subject: Re: how to add fastmail.fm imap servers in seondary select Date: Fri, 06 Jan 2012 15:03:34 +0200 Message-ID: <87boqhrnix.fsf@kepler.lan> References: <878vlpr6wl.fsf@newsguy.com> <87hb0dz16u.fsf@thinkpad.tsdh.de> <87vcos8s29.fsf@newsguy.com> Reply-To: ltsampros@upnet.gr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325855109 1610 80.91.229.12 (6 Jan 2012 13:05:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 13:05:09 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M29061@lists.math.uh.edu Fri Jan 06 14:05:04 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 1Rj9Tf-0001P8-Iz for ding-account@gmane.org; Fri, 06 Jan 2012 14:04:59 +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 1Rj9Rb-0006Ry-R2; Fri, 06 Jan 2012 07:02:51 -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 1Rj9RZ-0006Rp-V5 for ding@lists.math.uh.edu; Fri, 06 Jan 2012 07:02:49 -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 1Rj9RU-0008Uy-TN for ding@lists.math.uh.edu; Fri, 06 Jan 2012 07:02:49 -0600 Original-Received: from mail-ee0-f44.google.com ([74.125.83.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rj9RT-0003Sd-Co for ding@gnus.org; Fri, 06 Jan 2012 14:02:43 +0100 Original-Received: by eekc14 with SMTP id c14so1272856eek.17 for ; Fri, 06 Jan 2012 05:02:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:reply-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=GwUCJXpvoSogLBjIG7VF8qV5AwywbYRnkWGE9ZDOpy0=; b=RGdldPlN3e7/1TW+eEpHhMI0twAExCEtPZOiHw+rJyya5xumFp/qiUkbV/lfbNEVAf SdH70fkI+nhZTdsywZx+hu2ZyjVc2bkrxPAfMaOAsubRa6/w2ASFaR/FheK0Cb2DAcYC 1qUlUkgmSSR4EtGdEOSoAlSqp+gzKwrjyi61A= Original-Received: by 10.14.52.4 with SMTP id d4mr2224115eec.124.1325854957081; Fri, 06 Jan 2012 05:02:37 -0800 (PST) Original-Received: from kepler.lan (77.49.108.134.dsl.dyn.forthnet.gr. [77.49.108.134]) by mx.google.com with ESMTPS id 13sm247411337eeu.1.2012.01.06.05.02.34 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 Jan 2012 05:02:35 -0800 (PST) In-Reply-To: <87vcos8s29.fsf@newsguy.com> (Harry Putnam's message of "Tue, 03 Jan 2012 15:11:26 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80779 Archived-At: Harry Putnam writes: > 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 M-x show-paren-mode helps a LOT!