Variable: mml2015-passphrase-cache-expiry

mml2015-passphrase-cache-expiry is a customizable variable defined in mml2015.el.gz.

This variable is obsolete since 25.1; use mml-secure-passphrase-cache-expiry instead.

Value

16

Documentation

How many seconds the passphrase is cached.

Whether the passphrase is cached at all is controlled by mml2015-cache-passphrase.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml2015.el.gz
(defcustom mml2015-passphrase-cache-expiry mml-secure-passphrase-cache-expiry
  "How many seconds the passphrase is cached.
Whether the passphrase is cached at all is controlled by
`mml2015-cache-passphrase'."
  :group 'mime-security
  :type 'integer)