Variable: gnus-html-image-cache-ttl

gnus-html-image-cache-ttl is a customizable variable defined in gnus-html.el.gz.

Value

(9 14976)

Documentation

Time used to determine if we should use images from the cache.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-html.el.gz
(defcustom gnus-html-image-cache-ttl (days-to-time 7)
  "Time used to determine if we should use images from the cache."
  :version "24.1"
  :group 'gnus-art
  ;; FIXME hardly the friendliest type.  The allowed value is actually
  ;; any time value, but we are assuming no-one cares about USEC and
  ;; PSEC here.  It would be better to eg make it a number of minutes.
  :type '(list integer integer))