Variable: gnus-html-image-cache-ttl
gnus-html-image-cache-ttl is a customizable variable defined in
gnus-html.el.gz.
Value
604800
Documentation
Number of seconds used to determine if we should use images from the cache.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-html.el.gz
(defcustom gnus-html-image-cache-ttl (time-convert (days-to-time 7) 'integer)
"Number of seconds used to determine if we should use images from the cache."
:version "29.1"
:group 'gnus-art
:type 'number)