Created
April 9, 2012 18:30
-
-
Save sigma/2345274 to your computer and use it in GitHub Desktop.
#emacs #gnus rename "noname" #gpg signature to "signature.asc"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defadvice mml2015-sign (after mml2015-sign-rename (cont) act) | |
(save-excursion | |
(search-backward "Content-Type: application/pgp-signature") | |
(goto-char (point-at-eol)) | |
(insert "; name=\"signature.asc\""))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment