From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74173 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap and multiple accounts on the same server Date: Sat, 20 Nov 2010 18:23:01 +0100 Message-ID: <878w0ngb9m.fsf@member.fsf.org> References: <87vd3tnz6v.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290273838 771 80.91.229.12 (20 Nov 2010 17:23:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Nov 2010 17:23:58 +0000 (UTC) Cc: ding@gnus.org To: Tommy Kelly Original-X-From: ding-owner+M22538@lists.math.uh.edu Sat Nov 20 18:23:54 2010 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 1PJrAH-0000b4-3G for ding-account@gmane.org; Sat, 20 Nov 2010 18:23:53 +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 1PJr9a-00006p-7B; Sat, 20 Nov 2010 11:23:10 -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 1PJr9X-00006c-H5 for ding@lists.math.uh.edu; Sat, 20 Nov 2010 11:23:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PJr9V-00088c-Hj for ding@lists.math.uh.edu; Sat, 20 Nov 2010 11:23:06 -0600 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PJr9U-0002vE-00 for ; Sat, 20 Nov 2010 18:23:04 +0100 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 7817753E; Sat, 20 Nov 2010 12:23:03 -0500 (EST) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute3.internal (MEProxy); Sat, 20 Nov 2010 12:23:03 -0500 X-Sasl-enc: Kqis0bbnHqPSTPYnaZkWIulW24Z9WGwbbZHi2pfc5ckq 1290273783 Original-Received: from thinkpad (dslb-088-077-166-141.pools.arcor-ip.net [88.77.166.141]) by mail.messagingengine.com (Postfix) with ESMTPA id 8E0E64019DD; Sat, 20 Nov 2010 12:23:02 -0500 (EST) In-Reply-To: (Tommy Kelly's message of "Fri, 19 Nov 2010 23:30:55 -0600") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74173 Archived-At: Tommy Kelly writes: Hi Tommy, > (setq gnus-secondary-select-methods > '( > (nnimap "work" > (nnimap-stream ssl) > (nnimap-address "imap.gmail.com") > (nnimap-server-port 993) > ) > (nnimap "personal" > (nnimap-stream ssl) > (nnimap-address "imap.gmail.com") > (nnimap-server-port 993) > ) > ) > ) > > And in my .authinfo: > > machine work login me@mydomain.com password my_gapps_password port 993 > machine personal login me@gmail.com password my_gmail_password port 993 That looks correct to me. Does it work to append "force yes" to the two lines above? Bye, Tassilo