[gnus git] branch master updated: m0-7-4-ge1f824d =1= mml2015.el (mml2015-epg-sign): Add name="signature.asc" (Bug#13465)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e1f824dab887260a93d016ee5ac66d7607529f81 (commit)
from 1d2c4fbb9bdc1078d1727b27139e4df5ba7cb2cb (commit)
- Log -----------------------------------------------------------------
commit e1f824dab887260a93d016ee5ac66d7607529f81
Author: Glenn Morris <[email protected]>
Date: Mon May 6 10:46:16 2013 +0000
mml2015.el (mml2015-epg-sign): Add name="signature.asc" (Bug#13465)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf55e5a..5f9d5fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-06 Glenn Morris <[email protected]>
+
+ * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
+
2013-05-04 Thierry Volpiatto <[email protected]>
* message.el (message-bury): Make `buffer' optional.
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index 39bce23..4d2647f 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -1106,7 +1106,7 @@ If no one is selected, default secret key is used. "
(insert (format "\n--%s\n" boundary))
(goto-char (point-max))
(insert (format "\n--%s\n" boundary))
- (insert "Content-Type: application/pgp-signature\n\n")
+ (insert "Content-Type: application/pgp-signature; name=\"signature.asc\"\n\n")
(insert signature)
(goto-char (point-max))
(insert (format "--%s--\n" boundary))
-----------------------------------------------------------------------
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/mml2015.el | 2 +-
2 files changed, 5 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