Gnus development mailing list
 help / color / mirror / Atom feed
From: "Lance A. Brown" <labrown@splat.niehs.nih.gov>
Subject: NoCeM PGP keys tip
Date: Thu, 23 Jan 1997 17:15:45 -0500	[thread overview]
Message-ID: <19661.854057745@splat.niehs.nih.gov> (raw)

Greetings,

I've just figured out how to make Gnus do PGP-verified NoCeM
processing without having to put the NoCeM'ers public keys in my
standard public key ring.  

This little bit of code does the trick.

;; NoCeM Stuff
(require 'gnus-nocem)
(defadvice gnus-nocem-scan-groups (around set-alternate-keyring activate)
  (setq mc-pgp-alternate-keyring (expand-file-name "~/.pgp/pub-nocem.pgp"))
  ad-do-it
  (setq mc-pgp-alternate-keyring nil))

--[Lance]


                 reply	other threads:[~1997-01-23 22:15 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=19661.854057745@splat.niehs.nih.gov \
    --to=labrown@splat.niehs.nih.gov \
    /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).