From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76877 Path: news.gmane.org!not-for-mail From: Matt Lundin Newsgroups: gmane.emacs.gnus.general Subject: Re: Making Gnus ask my IMAP username and password after the recent auth-source changes Date: Thu, 17 Feb 2011 09:20:51 -0500 Message-ID: <87ipwi7nek.fsf@fastmail.fm> References: <87sjvq127b.fsf@gmail.com> <878vxhmmvj.fsf@lifelogs.com> <87tyg53tju.fsf@gmail.com> <87ipwj4wu8.fsf@lifelogs.com> <87y65fn285.fsf@fastmail.fm> <8762sj4sir.fsf@lifelogs.com> <874o834g2q.fsf@fastmail.fm> <87k4gyj52q.fsf@lifelogs.com> <87mxlu22lr.fsf@fastmail.fm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297952485 25499 80.91.229.12 (17 Feb 2011 14:21:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 14:21:25 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25215@lists.math.uh.edu Thu Feb 17 15:21: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 1Pq4jN-0000XT-Nd for ding-account@gmane.org; Thu, 17 Feb 2011 15:21:18 +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 1Pq4jI-0006dS-HK; Thu, 17 Feb 2011 08:21: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 1Pq4jH-0006dB-2S for ding@lists.math.uh.edu; Thu, 17 Feb 2011 08:21:11 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pq4jG-0005s7-6t for ding@lists.math.uh.edu; Thu, 17 Feb 2011 08:21:11 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pq4jF-0003zj-FY for ding@gnus.org; Thu, 17 Feb 2011 15:21:09 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pq4jD-0000ON-Lt for ding@gnus.org; Thu, 17 Feb 2011 15:21:07 +0100 Original-Received: from 67-197-63-212.rh2.dyn.cm.comporium.net ([67.197.63.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Feb 2011 15:21:07 +0100 Original-Received: from mdl by 67-197-63-212.rh2.dyn.cm.comporium.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Feb 2011 15:21:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 67-197-63-212.rh2.dyn.cm.comporium.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:6Xebujn9NbBo4syZeS8swLus09k= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76877 Archived-At: Matt Lundin writes: > In short, auth-source-search finds the correct values in authinfo.gpg > but does not find them in an unencrypted authinfo file with identical > lines. (Note, when running the tests, I deleted .authinfo when trying > .authinfo.gpg and vice versa.) > > The value of auth-sources is ("~/.authinfo.gpg" "~/.authinfo"). > As a follow-up: Everything works with an unencrypted authinfo if I change the value of auth-sources to '("~/.authinfo"). Best, Matt