From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72063 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-sources: 8 password prompts for accessing one single imap server Date: Mon, 27 Sep 2010 22:50:57 +0200 Message-ID: <201009272250.59586.tassilo@member.fsf.org> References: <87ocbkujwr.fsf@thinkpad.tsdh.de> <87vd5r6reo.fsf@uninett.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1285620674 31381 80.91.229.12 (27 Sep 2010 20:51:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 20:51:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20436@lists.math.uh.edu Mon Sep 27 22:51:13 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 1P0KfI-0001eD-B5 for ding-account@gmane.org; Mon, 27 Sep 2010 22:51:12 +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 1P0KfF-0005Ig-SV; Mon, 27 Sep 2010 15:51:09 -0500 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 1P0KfE-0005IQ-5g for ding@lists.math.uh.edu; Mon, 27 Sep 2010 15:51:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0KfC-0007o3-Ks for ding@lists.math.uh.edu; Mon, 27 Sep 2010 15:51:08 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0KfB-0001Ri-00 for ; Mon, 27 Sep 2010 22:51:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 856FA7898144 for ; Mon, 27 Sep 2010 22:51:05 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00334-05 for ; Mon, 27 Sep 2010 22:51:05 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (vpn10.hotsplots.net [80.237.254.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id C0788782E8A9 for ; Mon, 27 Sep 2010 22:51:04 +0200 (CEST) User-Agent: KMail/1.13.5 (Linux/2.6.36-rc5+; KDE/4.5.1; x86_64; ; ) In-Reply-To: X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -3.9 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72063 Archived-At: On Monday 27 September 2010 19:21:54 Lars Magne Ingebrigtsen wrote: > Vegard Vesterheim writes: > >>> I run gpg-agent, and I also have set > >>> epa-file-cache-passphrase-for-symmetric-encryption. > >> > >> Perhaps this doesn't work in Emacs 22? > > > > Probably not, but I *am* using emacs23 when testing the new IMAP > > stuff. > > Right. Just to debug this, open the ~/.authinfo.gpg file in Emacs, > kill the buffer, and open it again. If you're queried twice for the > passphrase, then something in your Emacs isn't working properly. Now I've set epa-file-cache-passphrase-for-symmetric-encryption to t, too. I use an emacs 24 bzr build from yesterday. When I find ~/.authinfo.gpg which is a symlink for ~/repos/configs/dot-authinfo.gpg, I have to enter the passphrase twice. When I kill the buffer and find ~/.authinfo.gpg again, I still have to enter it twice again. When I find the real file (not the symlink) directly, I have to give my password only once to open that file. But after killing the buffer and finding the file again, I'm again queried... Bye, Tassilo