]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/mml2015.el (mml2015-epg-sign): Add name="signature.asc".
authorGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:16:34 +0000 (00:16 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:16:34 +0000 (00:16 -0700)
Fixes: debbugs:13465
lisp/gnus/ChangeLog
lisp/gnus/mml2015.el

index 60abb3eef7ef21ae50724d4053f6ef6c6d11f9e2..49826f0e93968896d20bdd519879621af10338d9 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-06  Glenn Morris  <rgm@gnu.org>
+
+       * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
+
 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
        * message.el (message-bury): Make `buffer' optional.
index 39bce23e76ca3f9ac3267ee4554966510209cdaf..4d2647f3b8aed7a06e4ad99cc3d8ea3bab281af1 100644 (file)
@@ -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))