Variable: auth-source-gpg-encrypt-to
auth-source-gpg-encrypt-to is a customizable variable defined in
auth-source.el.gz.
Value
t
Documentation
List of recipient keys that authinfo.gpg encrypted to.
If the value is not a list, symmetric encryption will be used.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defcustom auth-source-gpg-encrypt-to t
"List of recipient keys that `authinfo.gpg' encrypted to.
If the value is not a list, symmetric encryption will be used."
:version "24.1" ;; No Gnus
:type '(choice (const :tag "Symmetric encryption" t)
(repeat :tag "Recipient public keys"
(string :tag "Recipient public key"))))