Variable: mml-secure-passphrase-cache-expiry
mml-secure-passphrase-cache-expiry is a customizable variable defined
in mml-sec.el.gz.
Value
16
Documentation
How many seconds the passphrase is cached.
Whether the passphrase is cached at all is controlled by
mml-secure-cache-passphrase.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mml-sec.el.gz
(defcustom mml-secure-passphrase-cache-expiry password-cache-expiry
"How many seconds the passphrase is cached.
Whether the passphrase is cached at all is controlled by
`mml-secure-cache-passphrase'."
:group 'message
:type 'integer)