Gnus development mailing list
 help / color / mirror / Atom feed
* NoCeM PGP keys tip
@ 1997-01-23 22:15 Lance A. Brown
  0 siblings, 0 replies; only message in thread
From: Lance A. Brown @ 1997-01-23 22:15 UTC (permalink / 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]


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-01-23 22:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-23 22:15 NoCeM PGP keys tip Lance A. Brown

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