Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Gijs Hillenius <gijspam@hillenius.net>
Subject: Re: gpg/Mailcrypt & emacs
Date: Tue, 13 Jun 2006 10:11:27 +0200	[thread overview]
Message-ID: <87ejxt8ogg.fsf@hillenius.net> (raw)
In-Reply-To: <87ejxvy2im.fsf@news.europe.ch>

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

      parent reply	other threads:[~2006-06-13  8:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-11 18:24 Hadron Quark
2006-06-11 21:35 ` Reiner Steib
2006-06-11 22:46   ` Hadron Quark
2006-06-12  8:50     ` Reiner Steib
2006-06-12  9:18       ` Hadron Quark
2006-06-12  9:23       ` Hadron Quark
2006-06-11 23:07   ` Bastien
2006-06-11 21:49 ` Bastien
2006-06-11 22:21   ` Hadron Quark
2006-06-12  7:05 ` Ivan Boldyrev
     [not found] ` <mailman.2838.1150112209.9609.info-gnus-english@gnu.org>
2006-06-12 11:56   ` Hadron Quark
2006-06-12 15:35     ` Reiner Steib
2006-06-13  8:11 ` Gijs Hillenius [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ejxt8ogg.fsf@hillenius.net \
    --to=gijspam@hillenius.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).