From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47133 Path: main.gmane.org!not-for-mail From: Josh Huber Newsgroups: gmane.emacs.gnus.general Subject: Re: pgg doesn't mention that the signature is untrusted Date: Thu, 10 Oct 2002 21:30:40 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <87it09ep8f.fsf@mail.paradoxical.net> References: <87y995vmeu.fsf@mail.paradoxical.net> Reply-To: Josh Huber NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034299893 11015 127.0.0.1 (11 Oct 2002 01:31:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2002 01:31:33 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zoeK-0002rX-00 for ; Fri, 11 Oct 2002 03:31:32 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17zodn-0002Eq-00; Thu, 10 Oct 2002 20:30:59 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 10 Oct 2002 20:31:42 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id UAA21109 for ; Thu, 10 Oct 2002 20:31:29 -0500 (CDT) Original-Received: (qmail 16464 invoked by alias); 11 Oct 2002 01:30:41 -0000 Original-Received: (qmail 16459 invoked from network); 11 Oct 2002 01:30:40 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 11 Oct 2002 01:30:40 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17zpRg-0001yJ-00 for ; Fri, 11 Oct 2002 04:22:32 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 16 Original-NNTP-Posting-Host: paradoxical.net Original-X-Trace: quimby.gnus.org 1034302952 2991 66.92.73.76 (11 Oct 2002 02:22:32 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 11 Oct 2002 02:22:32 GMT Mail-Followup-To: ding@gnus.org Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Honest Recruiter, i686-pc-linux) Cancel-Lock: sha1:EBW7FSKWSsifV+z5Gitnd9Cn7I0= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47133 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47133 Simon Josefsson writes: > Not here, it seems to be a bug; PGG stores the passphrase on the key > ID actually used by GnuPG to sign something, but it later looks up > the passphrase using the first private key ID from > --list-secret-keys. This didn't work for me as I have many secret > keys. Hm. Shouldn't be difficult to fix, I think. Perhaps it works for me because of this configuration? (setq jmh::primary-key "6B21489A") (setq pgg-passphrase-cache-expiry 300) (setq pgg-default-user-id jmh::primary-key) -- Josh Huber