[gnus git] branch master updated: =1= mml2015-epg-encrypt: Use mml2015-sign-with-sender

Julien Danjou <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  b45aca7c770b410e86cdd2840abd31bdb56620a4 (commit)
      from  2873568d37e04fadb51637557ef6b1a0d132a71a (commit)


- Log -----------------------------------------------------------------
commit b45aca7c770b410e86cdd2840abd31bdb56620a4
Author: Julien Danjou <[email protected]>
Date:   Thu Jan 27 18:16:00 2011 +0100

    mml2015-epg-encrypt: Use mml2015-sign-with-sender
    
    Signed-off-by: Julien Danjou <[email protected]>

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1d33174..37fe099 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
 2011-01-27  Julien Danjou  <[email protected]>
 
 	* mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
+	(mml2015-epg-encrypt): Use mml2015-sign-with-sender.
 
 2011-01-27  Katsumi Yamaoka  <[email protected]>
 
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index 00d69e9..eb01c92 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -1041,7 +1041,8 @@ If no one is selected, default secret key is used.  "
   (let ((inhibit-redisplay t)
 	(context (epg-make-context))
 	(config (epg-configuration))
-	(sender (message-options-get 'message-sender))
+	(sender (when mml2015-sign-with-sender
+                  (message-options-get 'message-sender)))
 	(recipients (message-options-get 'mml2015-epg-recipients))
 	cipher signers
 	(boundary (mml-compute-boundary cont))

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog  |    1 +
 lisp/mml2015.el |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.