[gnus git] branch master updated: m0-5-246-g3349348 =1= mml-smime.el (mml-smime-sign-with-sender): Add :version
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3349348c67dc68f0a7a87625a2406a5685602282 (commit)
from 1172db10aa3cd6385330cf55b26ccd60c8acd600 (commit)
- Log -----------------------------------------------------------------
commit 3349348c67dc68f0a7a87625a2406a5685602282
Author: Glenn Morris <[email protected]>
Date: Tue Jan 8 08:05:31 2013 +0000
mml-smime.el (mml-smime-sign-with-sender): Add :version
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a06d58..cc0e83f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-08 Glenn Morris <[email protected]>
+
+ * mml-smime.el (mml-smime-sign-with-sender): Add :version.
+
2013-01-07 Daiki Ueno <[email protected]>
* mml-smime.el: Support signing by sender.
diff --git a/lisp/mml-smime.el b/lisp/mml-smime.el
index e7f9de7..22f88b4 100644
--- a/lisp/mml-smime.el
+++ b/lisp/mml-smime.el
@@ -77,6 +77,7 @@ Whether the passphrase is cached at all is controlled by
(defcustom mml-smime-sign-with-sender nil
"If t, use message sender so find a key to sign with."
:group 'mime-security
+ :version "24.4"
:type 'boolean)
(defun mml-smime-sign (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 | 4 ++++
lisp/mml-smime.el | 1 +
2 files changed, 5 insertions(+), 0 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