From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34414 Path: main.gmane.org!not-for-mail From: Colin Marquardt Newsgroups: gmane.emacs.gnus.general Subject: Re: Possibly OT: problem with gpg.el Date: 26 Jan 2001 11:28:53 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <863de6c2es.fsf@duchess.twilley.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170345 30305 80.91.224.250 (21 Oct 2002 03:19:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:19:05 +0000 (UTC) Keywords: key Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 9A8BBD049D for ; Fri, 26 Jan 2001 14:29:57 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id NAC07326; Fri, 26 Jan 2001 13:29:28 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Jan 2001 13:28:49 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA13957 for ; Fri, 26 Jan 2001 13:28:38 -0600 (CST) Original-Received: from netmail2.alcatel.com (netmail2.alcatel.com [128.251.168.51]) by mailhost.sclp.com (Postfix) with ESMTP id 81EBCD049D for ; Fri, 26 Jan 2001 14:29:07 -0500 (EST) Original-Received: from auds951.usa.alcatel.com (auds951.usa.alcatel.com [143.209.238.80]) by netmail2.alcatel.com (8.9.1/8.9.1) with ESMTP id NAA29522 for ; Fri, 26 Jan 2001 13:29:13 -0600 (CST) Original-Received: from lwmail01.pet.usa.alcatel.com (localhost [127.0.0.1]) by auds951.usa.alcatel.com (8.10.2/8.10.2) with ESMTP id f0QJSg020649 for ; Fri, 26 Jan 2001 13:28:42 -0600 (CST) Original-Received: from optilink.pet.usa.alcatel.com ([10.11.2.49]) by lwmail01.pet.usa.alcatel.com (Netscape Messaging Server 4.15 lwmail01 Aug 8 2000 13:22:32) with ESMTP id G7SBHF00.GZD for ; Fri, 26 Jan 2001 11:29:39 -0800 Original-Received: from sol-cmarquar.pet.usa.alcatel.com (sol-cmarquar [143.209.122.168]) by optilink.pet.usa.alcatel.com (8.8.8+Sun/8.8.8) with ESMTP id LAA24289 for ; Fri, 26 Jan 2001 11:28:54 -0800 (PST) Original-Received: (from cmarquar@localhost) by sol-cmarquar.pet.usa.alcatel.com (8.9.3+Sun/8.9.1) id LAA05406; Fri, 26 Jan 2001 11:28:53 -0800 (PST) X-Authentication-Warning: sol-cmarquar.pet.usa.alcatel.com: cmarquar set sender to colin.marquardt@usa.alcatel.com using -f Original-To: ding@gnus.org In-Reply-To: <863de6c2es.fsf@duchess.twilley.org> X-Disclaimer: Opinions expressed are not those of Alcatel USA. User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Canyonlands) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:34414 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34414 Jack Twilley writes: > I'm really liking the whole gpg experience, and there's only one thing > that's keeping me from working on auto-validation of all PGP-signed > messages -- the fact that there seems to be no way to auto-fetch > unknown keys. Hmm. Isn't that what you want: | `gpg-key-retrieve' (buffer: *Hyper Apropos*, mode: Hyper-Apropos) | | Lisp function: | | arguments: (key) | | Fetch KEY from default key server. | KEY is a key ID or a list of key IDs. Status information about this | operation is inserted into the current buffer before point. Colin