Variable: gravatar-automatic-caching

gravatar-automatic-caching is a customizable variable defined in gravatar.el.gz.

This variable is obsolete since 28.1.

Value

t

Documentation

Whether to cache retrieved gravatars.

Source Code

;; Defined in /usr/src/emacs/lisp/image/gravatar.el.gz
(defcustom gravatar-automatic-caching t
  "Whether to cache retrieved gravatars."
  :type 'boolean
  :group 'gravatar)