From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13772 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.gnus.user Subject: Re: verifying gpg signature Date: Sun, 14 Mar 2010 03:57:48 -0400 Organization: FlashNewsgroups.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273018087 14135 80.91.229.12 (5 May 2010 00:08:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:08:07 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed May 05 02:08:05 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9S9f-0000HO-Qh for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 02:08:00 +0200 Original-Received: from localhost ([127.0.0.1]:34024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9S9f-0001ez-3v for gegu-info-gnus-english@m.gmane.org; Tue, 04 May 2010 20:07:59 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:D7oeRWf9P9CR8FOJqksVSgpDY5I= Original-X-Complaints-To: abuse@flashnewsgroups.com Original-Lines: 29 Original-X-Trace: 8d53b4b9c9759e197caa716361 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84135 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13772 Archived-At: Stephen Leake writes: > I'm just getting starting using gpg with email. I can sign outgoing > messages (with mml-secure-sign), but I don't see how to verify the > sigatures of incoming messages. > > The Gnus manual is silent on this; it talks about verifying regions, > but I don't see how to apply that to a mail message. I tried 'apropos > verify', and didn't see anything helpful. > > There must be a simple keystroke that verifies a signature attached to > a mail message. More info: The signature is shown as: [2. Digital signature --- application/pgp-signature; signature.asc]... I can hit on that part, and it does nothing. Tracing that with the elisp debugger, apparently I'm supposed to add that mime type to gnus-article-treat-types, and then a handler to gnus-treatment-function-alist? The function mml2015-verify seems to be what I need to call; how to I tell Gnus to call it? -- -- Stephe