Function: epa-mail-import-keys
epa-mail-import-keys is an autoloaded, interactive and byte-compiled
function defined in epa-mail.el.gz.
Signature
(epa-mail-import-keys)
Documentation
Import keys in the OpenPGP armor format in the current buffer.
The buffer is expected to contain a mail message.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/epa-mail.el.gz
;;;###autoload
(defun epa-mail-import-keys ()
"Import keys in the OpenPGP armor format in the current buffer.
The buffer is expected to contain a mail message."
(declare (interactive-only t))
(interactive)
(epa-import-armor-in-region (point-min) (point-max)))