Variable: mml2015-use
mml2015-use is a variable defined in mml2015.el.gz.
Value
epg
Documentation
The package used for PGP/MIME.
Valid packages include epg, pgg and mailcrypt.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mml2015.el.gz
;; Maybe this should be in eg mml-sec.el (and have a different name).
;; Then mml1991 would not need to require mml2015, and mml1991-use
;; could be removed.
(defvar mml2015-use 'epg
"The package used for PGP/MIME.
Valid packages include `epg', `pgg' and `mailcrypt'.")