From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60548 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: mml-secure: function doubled, passwd chache, use-my-public key Date: Mon, 11 Jul 2005 21:24:53 +0200 Message-ID: References: <87r7ejzetl.fsf@mat.ucm.es> <87psu239bo.fsf@wheatstone.g10code.de> <87wto27mgu.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1121110335 14567 80.91.229.2 (11 Jul 2005 19:32:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2005 19:32:15 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M9076@lists.math.uh.edu Mon Jul 11 21:32:09 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ds3yV-00057W-2F for ding-account@gmane.org; Mon, 11 Jul 2005 21:29:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ds3tr-0005zT-00; Mon, 11 Jul 2005 14:25:07 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ds3tn-0005zO-00 for ding@lists.math.uh.edu; Mon, 11 Jul 2005 14:25:03 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Ds3tl-0006A4-KX for ding@lists.math.uh.edu; Mon, 11 Jul 2005 14:25:01 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ds3ti-0000eU-00 for ; Mon, 11 Jul 2005 21:24:58 +0200 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id j6BJOuQX006015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 11 Jul 2005 21:24:57 +0200 Original-To: Uwe Brauer OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050711:oub@mat.ucm.es::7p4rxah+rApLgdca:ANut X-Hashcash: 1:21:050711:ding@gnus.org::FRcnfvY0WDFXTlpH:FQbs In-Reply-To: <87wto27mgu.fsf@mat.ucm.es> (Uwe Brauer's message of "Thu, 07 Jul 2005 13:52:01 +0000") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60548 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60548 Uwe Brauer writes: > The daemon is running but once I set > > pgg-cache-passphrase nil > > Then I am *not* asked about the paasswd but I obtain > > > --8<------------------------schnipp------------------------->8--- > > gpg: NOTE: old default options file `/home/oub/.gnupg/options' ignored > [GNUPG:] USERID_HINT AD24CFB593B61FDD Uwe Brauer > [GNUPG:] NEED_PASSPHRASE AD24CFB593B61FDD AD24CFB593B61FDD 1 0 > gpg: problem with the agent - disabling agent use That sounds like a gpg problem. Did you start gpg-agent before emacs? Emacs need to be started with the proper GPG_AGENT_INFO environment variable set. You can use M-x setenv RET too.