Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: gnus-nocem.el now uses pgg
Date: Wed, 29 Jun 2005 17:38:02 +0900	[thread overview]
Message-ID: <b9y3br14kyd.fsf@jpl.org> (raw)

Hi,

I've improved gnus-nocem.el in the v5-10 branch and in the trunk.
It includes some bug fixes.  The value of `gnus-nocem-verifyer' is
now `pgg-verify' by default.  While you can still use `mc-verify',
you can change it into `pgg-verify' running with GnuPG if you are
willing to add the PGP public keys to GnuPG's keyring.  The
feature to fetch the pubkeys automatically has not been
implemented, so you need to have added the pubkeys to the keyring
in advance.

BTW, the function shown below can also be used with PGP 2.6.x
instead of GnuPG.

(setq gnus-nocem-verifyer (lambda nil
			    (let ((pgg-scheme 'pgp))
			      (pgg-verify))))

However, it sometimes fails for the unknown reason so far.

Regards,



                 reply	other threads:[~2005-06-29  8:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=b9y3br14kyd.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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).