info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My signature and its (missing) space


From: Richard Riley
Subject: Re: My signature and its (missing) space
Date: Thu, 17 Sep 2009 19:23:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Merciadri Luca <Luca.Merciadri@student.ulg.ac.be> writes:

> asjo@koldfront.dk (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 <rileyrgdev@gmail.com>")
|                           (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 ....




Attachment: pgpCS8DZDOTYo.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]