Variable: gnus-gravatar-too-ugly
gnus-gravatar-too-ugly is a customizable variable defined in
gnus-gravatar.el.gz.
Value
nil
Documentation
Regexp matching posters whose avatar shouldn't be shown automatically.
If nil, show all avatars.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-gravatar.el.gz
(defcustom gnus-gravatar-too-ugly gnus-article-x-face-too-ugly
"Regexp matching posters whose avatar shouldn't be shown automatically.
If nil, show all avatars."
:type '(choice regexp (const :tag "Allow all" nil))
:version "24.1")