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


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to