From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63957 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: Patch: Show signature state in encrypted messages using pgg Date: Sat, 11 Nov 2006 11:19:48 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1163211871 19944 80.91.229.2 (11 Nov 2006 02:24:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2006 02:24:31 +0000 (UTC) Cc: ding , emacs-devel@gnu.org Original-X-From: ding-owner+M12481@lists.math.uh.edu Sat Nov 11 03:24:30 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GiiXf-0001SX-3Y for ding-account@gmane.org; Sat, 11 Nov 2006 03:24:23 +0100 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 1GiiTa-0008J9-Ay; Fri, 10 Nov 2006 20:20:10 -0600 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 1GiiTY-0008Ia-3r for ding@lists.math.uh.edu; Fri, 10 Nov 2006 20:20:08 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GiiTU-0000gS-G4 for ding@lists.math.uh.edu; Fri, 10 Nov 2006 20:20:07 -0600 Original-Received: from g96069.scn-net.ne.jp ([210.231.96.69] helo=localhost) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GiiTT-0002I0-00 for ; Sat, 11 Nov 2006 03:20:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org) by localhost with esmtp (Exim 4.63) (envelope-from ) id 1GiiTE-00039f-7b; Sat, 11 Nov 2006 11:19:48 +0900 Original-To: Sascha Wilde X-Attribution: DU In-Reply-To: (Sascha Wilde's message of "Fri, 10 Nov 2006 23:31:43 +0100") User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) EMIKO/1.14.1 (Choanoflagellata) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 EasyPG/0.0.5 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i686-pc-linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:63957 gmane.emacs.devel:62059 Archived-At: >>>>> In >>>>> Sascha Wilde wrote: > [1 ] > Sascha Wilde wrote: > > The attached patch extends the message a bit, so that it shows the > > signature verification result in addition. With it a encrypted but > > unsigned mail shows: > > [[[PGP Encrypted Part:OK, Signer: From unknown user]] Is there still any chance for such a feature enhancement to get into the release? Anyway, > +2006-11-10 Sascha Wilde > + > + * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt): > + Show info on signature for decrypted parts. > + > + (mm-set-handle-multipart-parameter > + mm-security-handle 'gnus-info (concat "OK, Signer: " sig)))) Did you really test it? mm-uu-pgp-encrypted-extract-1 checks the verification result stored in gnus-info (progn (mml2015-clean-buffer) (funcall (mml2015-clear-decrypt-function)) (equal (mm-handle-multipart-ctl-parameter mm-security-handle 'gnus-info) "OK")) -- Daiki Ueno