Variable: epa-mail-mode
epa-mail-mode is a buffer-local variable defined in epa-mail.el.gz.
Documentation
Non-nil if epa-mail mode is enabled.
Use the command epa-mail-mode(var)/epa-mail-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/epa-mail.el.gz
;;;###autoload
(define-minor-mode epa-mail-mode
"A minor-mode for composing encrypted/clearsigned mails."
:lighter " epa-mail")