Gnus development mailing list
 help / color / mirror / Atom feed
From: "Jochen Küpper" <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>
Subject: Re: OpenPGP header
Date: Mon, 15 Nov 2004 00:17:55 +0100	[thread overview]
Message-ID: <m365489g0s.fsf@doze.jochen-kuepper.de> (raw)
In-Reply-To: <microsoft-free.87d5ygw299.fsf-ZDdsx92XhsQvtab9mdV7tw@public.gmane.org> (Steve Youngs's message of "Mon, 15 Nov 2004 07:26:42 +1000")

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

Steve Youngs <steve-ZDdsx92XhsQvtab9mdV7tw@public.gmane.org> writes:

> * Simon Josefsson <jas-2g3DOctPbj9BDgjK7y7TUQ@public.gmane.org> writes:
>
>   > There is an effort to standardize the features from X-PGP:,
>   > X-PGP-ID: etc into OpenPGP:, see:

[...]

> Nice idea.  Especially if Gnus can be made to use the header to snarf
> the key into the local keyring.

That should probably be similar to the handling of X-Request-PGP:
,----[.gnus]
| ;; handle X-Request-PGP header
| (add-to-list
|  'gnus-header-button-alist
|  '("^X-Request-PGP:" gnus-button-url-regexp  0 t jk/gnus-handle-request-pgp 0)
|  t)
|
| (defun jk/gnus-handle-request-pgp (url)
|   "Fetch PGP key from URL specified in X-Request-PGP header.
| 
| Posted to gnu.emacs.gnus by Reiner Steib
| (Message-ID: <v9u13sy5u7.fsf-WZbs9ZYJ0ya4nSHvGpykACzlmkwuQ7VwhC4ANOJQIlc@public.gmane.org>)."
|   (with-temp-buffer
|     (mm-url-insert-file-contents-external url)
|     (pgg-snarf-keys-region (point-min) (point-max))))
`----

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

  parent reply	other threads:[~2004-11-14 23:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-14 16:55 Simon Josefsson
2004-11-14 21:26 ` Steve Youngs
2004-11-14 22:21   ` Xavier Maillard
     [not found]   ` <microsoft-free.87d5ygw299.fsf-ZDdsx92XhsQvtab9mdV7tw@public.gmane.org>
2004-11-14 23:17     ` Jochen Küpper [this message]
2004-11-14 23:48       ` Simon Josefsson
2004-11-14 23:19   ` Simon Josefsson
2004-11-14 23:49     ` Steve Youngs
2004-11-14 23:59       ` Simon Josefsson
2004-11-15  0:40         ` Steve Youngs
2004-11-16 20:43           ` Simon Josefsson
2004-11-14 22:24 ` Xavier Maillard

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=m365489g0s.fsf@doze.jochen-kuepper.de \
    --to=jochen-+it19tn3rl9sbm7dsapr3bnah6klmebb@public.gmane.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).