Variable: gnus-html-image-automatic-caching

gnus-html-image-automatic-caching is a customizable variable defined in gnus-html.el.gz.

Value

t

Documentation

Whether automatically cache retrieve images.

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-automatic-caching t
  "Whether automatically cache retrieve images."
  :version "24.1"
  :group 'gnus-art
  :type 'boolean)