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

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

Re: gpg/Mailcrypt & emacs


From: Gijs Hillenius
Subject: Re: gpg/Mailcrypt & emacs
Date: Tue, 13 Jun 2006 10:11:27 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>>>> Hadron Quark writes:

      > Have any readers ever got mailcrypt to sign/encrypt messages
      > based on the from field when sending emails/posts in gnus?

Yes. Flawlessly.

For several addresses in the bbdb I have a 

pgp-mail: sign
pgp-mail: encrypt 

field.


I just started toying with bbdb-pgp.el to get it to do the same with
pgg instead of mailcrypt, by replacing the mailcrypt-commands to
pgg-commmands

as said:
change (require 'mailcrypt) to:
(require 'pgg)

and then change

(mc-sign 0))) to (pgg-sign 0))) ;; this works

(mc-encrypt 0))) to (pgg-encrypt 0))) ;; this doesn't :-(

                 and neither does (mml-secure-message-encrypt 0)))





reply via email to

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