>>>>> 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)))



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to