Mercurial > emacs
diff lisp/gnus/ChangeLog @ 111501:5b30cfe2d392
Make mm-dissect-buffer pass sender's mail address to smime-decrypt-region.
mm-decode.el (mm-dissect-buffer): Pass sender's mail address to smime-decrypt-region using function argument.
mm-decode.el (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
smime.el (smime-decrypt-region): Catch it.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 11 Nov 2010 23:51:05 +0000 |
parents | 300c16876a2f |
children | ebad3de62d57 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Nov 11 17:24:03 2010 -0500 +++ b/lisp/gnus/ChangeLog Thu Nov 11 23:51:05 2010 +0000 @@ -1,3 +1,13 @@ +2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org> + + * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to + smime-decrypt-region using function argument. + (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it. + + * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it. + + * smime.el (smime-decrypt-region): Catch it. + 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca> * smime.el (smime-mode-map): Move initialization into declaration.