From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13465: 24.3.50; mml attached gpg signature filename convention Date: Wed, 16 Jan 2013 17:35:15 -0500 Message-ID: References: <87pq15c4iz.fsf@192.168.178.51.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1358375729 31479 80.91.229.3 (16 Jan 2013 22:35:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2013 22:35:29 +0000 (UTC) Cc: 13465@debbugs.gnu.org To: Milan Santosi Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 16 23:35:47 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TvbaD-00073l-FM for geb-bug-gnu-emacs@m.gmane.org; Wed, 16 Jan 2013 23:35:45 +0100 Original-Received: from localhost ([::1]:37522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvbZx-0003nq-1V for geb-bug-gnu-emacs@m.gmane.org; Wed, 16 Jan 2013 17:35:29 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvbZu-0003nh-Ga for bug-gnu-emacs@gnu.org; Wed, 16 Jan 2013 17:35:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvbZt-0001zC-Cf for bug-gnu-emacs@gnu.org; Wed, 16 Jan 2013 17:35:26 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvbZt-0001z8-5w for bug-gnu-emacs@gnu.org; Wed, 16 Jan 2013 17:35:25 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TvbaU-0000rU-7T for bug-gnu-emacs@gnu.org; Wed, 16 Jan 2013 17:36:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 16 Jan 2013 22:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13465 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13465-submit@debbugs.gnu.org id=B13465.13583757573297 (code B ref 13465); Wed, 16 Jan 2013 22:36:02 +0000 Original-Received: (at 13465) by debbugs.gnu.org; 16 Jan 2013 22:35:57 +0000 Original-Received: from localhost ([127.0.0.1]:35764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvbaP-0000r8-0e for submit@debbugs.gnu.org; Wed, 16 Jan 2013 17:35:57 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:36663) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvbaM-0000r1-GI for 13465@debbugs.gnu.org; Wed, 16 Jan 2013 17:35:55 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TvbZk-0006Bo-8p; Wed, 16 Jan 2013 17:35:16 -0500 X-Spook: Vickie Weaver Peking FIPS140 Capricorn satellite imagery X-Ran: 8D>mm0q8!PUduD'fizKt{Smb4CQWJQq)5{7DAX*+HJm/wivFul X-Hue: blue X-Attribution: GM In-Reply-To: <87pq15c4iz.fsf@192.168.178.51.i-did-not-set--mail-host-address--so-tickle-me> (Milan Santosi's message of "Wed, 16 Jan 2013 20:27:16 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:69882 Archived-At: 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))