From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77677 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source problem Date: Sun, 13 Mar 2011 09:05:01 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <871v2bi0aa.fsf@lifelogs.com> References: <847hcb8wrc.fsf@aol.com> <877hcbxk4r.fsf@lifelogs.com> <8439mxxbhs.fsf@aol.com> <874o7cqptv.fsf@lifelogs.com> <84r5afwp83.fsf@aol.com> <87ipvrkm31.fsf@lifelogs.com> <841v2czy8c.fsf@aol.com> <87sjus9pmp.fsf@lifelogs.com> <84k4g3oah7.fsf@aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300025124 1148 80.91.229.12 (13 Mar 2011 14:05:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2011 14:05:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26000=ding+2Daccount=gmane.org@lists.math.uh.edu Sun Mar 13 15:05:20 2011 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 1Pylv5-0002h6-Fo for ding-account@gmane.org; Sun, 13 Mar 2011 15:05:19 +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 1Pylv4-0006mx-N0 for ding-account@gmane.org; Sun, 13 Mar 2011 09:05:18 -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 1Pylv3-0006ms-Pp for ding@lists.math.uh.edu; Sun, 13 Mar 2011 09:05:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pylv2-0003cY-KR for ding@lists.math.uh.edu; Sun, 13 Mar 2011 09:05:17 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pyluz-0003rX-KW for ding@gnus.org; Sun, 13 Mar 2011 15:05:13 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pyluy-0002fH-C9 for ding@gnus.org; Sun, 13 Mar 2011 15:05:12 +0100 Original-Received: from c-67-186-102-106.hsd1.il.comcast.net ([67.186.102.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Mar 2011 15:05:12 +0100 Original-Received: from tzz by c-67-186-102-106.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Mar 2011 15:05:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-102-106.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:RGYvGAnVuJgcIZtoR9mZmk+49EY= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77677 Archived-At: On Sun, 13 Mar 2011 00:28:20 -0500 nyc4bos@aol.com wrote: n> One issue I still have though: n> The prompt says: n> IMAP user at imap.gmail.com: n> I think that the prompt should have the default user showing. Ah, yes. Oops. I forgot to put "(default nyc4bos)" in the prompt, even though it was acceptable as a default already. Your guess was right. The prompt is fixed. n> Before, you were able to specify in your gnus-(secondary)-select-methods: n> ... n> (nnimap "aol" n> (nnimap-address "imap.aim.com") n> (nnimap-server-port 993) n> (nnimap-stream ssl) n> (imap-default-user "nyc4bos")) n> This was when nnimap used imap.el but I think a `nnimap-username' should n> be defined (`nil' as the default, meaning use '(user-login-name)' as per n> auth-source.el if found in authinfo(.gpg), netrc, or `nnimap-username' n> is not set). Yes, that's how it should work. Let me know if it doesn't. n> I think you also rseponded to Stefan in bug#8050 that you fixed n> this (showing the default user) but I can't seem to find that patch n> in either git or bzr as of yet). The commits are 57a4bf164075fe2c36b4a311a3199229ac29a460 and 219e1b4f2ae915ca712ed4fb049dde83cf3f6a35. Thanks for your patience. Ted