Skip to content

Instantly share code, notes, and snippets.

@sigma
Created April 9, 2012 18:30
Show Gist options
  • Save sigma/2345274 to your computer and use it in GitHub Desktop.
Save sigma/2345274 to your computer and use it in GitHub Desktop.
#emacs #gnus rename "noname" #gpg signature to "signature.asc"
(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