Merciadri Luca <[email protected]> writes: > [email protected] (Adam Sjøgren) writes: > >> By what method do you make Gnus sign your messages? > I am using Mailcrypt. > > Everything which is linked to PGP/MIME and signatures, in my .Gnus is:
All I have is (emacs 23)
,----
| (require 'auth-source)
| (require 'epa-file)
| (setq epa-file-cache-passphrase-for-symmetric-encryption t) ;;VERY Important
| (if (file-exists-p "~/.authinfo.gpg")
| (setq auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t)))
| (setq auth-sources '((:source "~/.authinfo" :host t :protocol t))))
|
| and in my gnus posting styles:
`----
,----
| (setq gnus-posting-styles `((".*"
| (name "Richard Riley")
| (from "Richard Riley <[email protected]>")
| (eval(setq gnushush-user-agent-header (quote real)))
| (signature-file "~/.emacs.d/.sigs/rgr.sig")
| (eval (setq mml2015-signers '("b39a104a")))
| (organization "aich tea tea pea dicky riley dot
net"))))
`----
The mml2015-signers is the important bit. Now admittedly I don't bother
signing by default.
But lest see how this works signing now ....
pgpgv6PSIcTmS.pgp
Description: PGP signature
_______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
