emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch: Show signature state in encrypted messages using pgg


From: Daiki Ueno
Subject: Re: Patch: Show signature state in encrypted messages using pgg
Date: Sat, 11 Nov 2006 11:19:48 +0900
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)

>>>>> In <address@hidden> 
>>>>>   Sascha Wilde <address@hidden> wrote:
> [1  <text/plain (7bit)>]
> Sascha Wilde <address@hidden> 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  <address@hidden>
> +
> +     * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]