From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86300 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source backend stuff Date: Thu, 19 Nov 2015 16:37:49 +0800 Message-ID: <87egfmo04i.fsf@ericabrahamsen.net> References: <87d1v9kye0.fsf@ericabrahamsen.net> <87lh9wmqia.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447922416 24392 80.91.229.3 (19 Nov 2015 08:40:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 08:40:16 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34532@lists.math.uh.edu Thu Nov 19 09:40:04 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZzKkg-0004yi-Ue for ding-account@gmane.org; Thu, 19 Nov 2015 09:39:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZzKjd-0002FT-Ug; Thu, 19 Nov 2015 02:38:30 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZzKjb-0002F2-Kx for ding@lists.math.uh.edu; Thu, 19 Nov 2015 02:38:27 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZzKjZ-0002Te-Pj for ding@lists.math.uh.edu; Thu, 19 Nov 2015 02:38:27 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZzKjY-00037m-AE for ding@gnus.org; Thu, 19 Nov 2015 09:38:24 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZzKjL-0003Pd-7z for ding@gnus.org; Thu, 19 Nov 2015 09:38:11 +0100 Original-Received: from 49.65.203.14 ([49.65.203.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Nov 2015 09:38:11 +0100 Original-Received: from eric by 49.65.203.14 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Nov 2015 09:38:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 49.65.203.14 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:77GOHUriidRB3RF8BmqyRyRFFCc= X-Spam-Score: -1.4 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86300 Archived-At: Andreas Schwab writes: > Eric Abrahamsen writes: > >> 2. Failing that, how hard would it be to make the ~/.authinfo system >> smarter about PGP encryption? I have a ~/.authinfo.gpg file, but no >> ~/.authinfo. If I add a new backend, I'm first prompted to add the >> login details to ~/.authinfo, after which I have to manually copy >> them into the encrypted version of the file, then delete the >> unencrypted version. Could Gnus check for the presence of an >> ~/.authinfo.gpg file, and handle that gracefully? > > Change auth-sources to put "~/.authinfo.gpg" first. Ah, simple enough! Sorry about that -- I probably could have figured it out...