GNU bug report logs -
#13465
24.3.50; mml attached gpg signature filename convention
Previous Next
Reported by: Milan Santosi <milan.santosi <at> gmail.com>
Date: Wed, 16 Jan 2013 19:14:01 UTC
Severity: minor
Found in version 24.3.50
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 13465 <at> debbugs.gnu.org (full text, mbox):
Milan Santosi wrote:
> I've been exchanging signed emails using Emacs recently and noticed that
> unlike others (non-emacsers), the filename of my attached signature is
> always "noname" instead of "signature.asc".
>
> Help from #emacs on freenode leads me to line 719 in rmailmm.el where I
> find the "noname" hardcoded. Shouldn't this read "signature.asc"
> instead (which seems conventional)?
Are you asking for mml-secure-sign to use:
Content-Type: application/pgp-signature; name="signature.asc"
rather than the current:
Content-Type: application/pgp-signature
in what it sends out; or for Rmail to default to a filename of
"signature.asc" rather than "noname" for an application/pgp-signature
entity that does not specify a filename?
*** lisp/gnus/mml2015.el 2013-01-02 16:13:04 +0000
--- lisp/gnus/mml2015.el 2013-01-16 22:32:25 +0000
***************
*** 1069,1075 ****
(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 signature)
(goto-char (point-max))
(insert (format "--%s--\n" boundary))
--- 1069,1075 ----
(insert (format "\n--%s\n" boundary))
(goto-char (point-max))
(insert (format "\n--%s\n" boundary))
! (insert "Content-Type: application/pgp-signature; name=\"signature.asc\"\n\n")
(insert signature)
(goto-char (point-max))
(insert (format "--%s--\n" boundary))
This bug report was last modified 12 years and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.