info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to set up signing/encryption with GnuPG? Some newbie questions


From: Peter Münster
Subject: Re: How to set up signing/encryption with GnuPG? Some newbie questions
Date: Thu, 15 May 2014 21:40:04 +0200
User-agent: Gnus/5.130012 (真 Gnus v0.12) Emacs/24.4.50 (gnu/linux)

On Tue, Oct 16 2012, Kevin Brubeck Unhammer wrote:

> (defun gnus-article-receive-epg-keys ()

Hi,

Is this still needed or is there a similar function now in latest Gnus?


>       (shell-command (format "gpg --keyserver %s --recv-keys %s"
>                              "pgp.mit.edu"
>                              (match-string 1)))

This is possible too:
(epg-import-keys-from-server (epg-make-context 'OpenPGP) (list (match-string 
1)))

-- 
           Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]