Steve Youngs writes: > * Simon Josefsson 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: )." | (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.)