From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83217 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Still pounding nnimap and odd gmail behavior Date: Thu, 23 May 2013 17:11:49 -0400 Organization: Still searching... Message-ID: <8761y9v1t6.fsf@newsguy.com> References: <87zjvmk4zh.fsf@newsguy.com> <877giqxhhf.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369343624 7968 80.91.229.3 (23 May 2013 21:13:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 May 2013 21:13:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31483@lists.math.uh.edu Thu May 23 23:13:43 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UfcpT-0007iG-4N for ding-account@gmane.org; Thu, 23 May 2013 23:13:43 +0200 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 1Ufcod-0001jL-Gf; Thu, 23 May 2013 16:12:51 -0500 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 1Ufcob-0001j8-LH for ding@lists.math.uh.edu; Thu, 23 May 2013 16:12:49 -0500 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 1UfcoN-0003F9-9P for ding@lists.math.uh.edu; Thu, 23 May 2013 16:12:49 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UfcoL-00022l-Uv for ding@gnus.org; Thu, 23 May 2013 23:12:33 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UfcoL-00079V-SI for ding@gnus.org; Thu, 23 May 2013 23:12:33 +0200 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 ; Thu, 23 May 2013 23:12:33 +0200 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 May 2013 23:12:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 65 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:BU0NX19bJwtXoq18W1G7uFnYWT8= X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83217 Archived-At: Eric S Fraga writes: > Harry Putnam writes: > >> And this in .authinfo >> >> machine imap.gmail.com login acc1@gmail.com password xxxxxxxx port imap >> machine imap.gmail.com login acc2@gmail.com password xxxxxxxx port imap > > I used to have two gmail accounts. The trick, for me, was to give > machines different names: > > machine acc1 login acc1@gmail.com ... > machine acc2 login acc2@gmail.com ... > > given the nnimap entries you have defined in your .gnus.el file. The > actual IMAP server has already been specified using nnimap-address. > > Not sure if this would make any difference in your case but it may be > worth trying? Haven't tried your suggestion yet. But want to get clarity on something. Enrico Schumann writes: [...] > You could try to change .authinfo like this: > > machine acc1 login acc1@gmail.com password xxxxxxxx port imap force yes > machine acc2 login acc2@gmail.com password xxxxxxxx port imap force yes > > > (That worked for me with several IMAP accounts with the same > nnimap-address, but that was not gmail.) Same thing to clarify here. Do you mean like so: ('password xxxxxxxx' has been elided to shorten) machine loginname1 login loginname1@gmail.com [...] port imap force yes machine loginname2 login loginname2@gmail.com [...] port imap force yes That is, NOT giving a fully qualified hostname as argument to `machine'? or do you mean this: machine loginname1@gmail.com login loginname1@gmail.com [...] machine loginname2@gmail.com login loginname2@gmail.com [...] That is, using the full email address in two places. Again NOT a qualified IP address. Sorry if this seems weak... I think I better post the actual lines leaving out the password and final arguments and you guys show me exactly what you are suggesting. machine imap.gmail.com login hputnam3@gmail.com machine imap.gmail.com login harrygp3@gmail.com Those are the actual lines... How would you edit them?