Variable: gnus-article-encrypt-protocol
gnus-article-encrypt-protocol is a customizable variable defined in
gnus-art.el.gz.
Value
"PGP"
Documentation
The protocol used for encrypt articles.
It is a string, such as "PGP". If nil, ask user.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
;; Set to nil if more than one protocol added to
;; gnus-article-encrypt-protocol-alist.
(defcustom gnus-article-encrypt-protocol "PGP"
"The protocol used for encrypt articles.
It is a string, such as \"PGP\". If nil, ask user."
:version "22.1"
:type '(choice (const :tag "Ask me" nil)
string)
:group 'mime-security)