Function: mml-secure-encrypt-pgp
mml-secure-encrypt-pgp is an interactive and byte-compiled function
defined in mml-sec.el.gz.
Signature
(mml-secure-encrypt-pgp)
Documentation
Add MML tags to PGP encrypt this MML part.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mml-sec.el.gz
(defun mml-secure-encrypt-pgp ()
"Add MML tags to PGP encrypt this MML part."
(interactive nil mml-mode)
(mml-secure-part "pgp"))