Variable: gnus-article-x-face-too-ugly

gnus-article-x-face-too-ugly is a customizable variable defined in gnus-art.el.gz.

Value

nil

Documentation

Regexp matching posters whose face shouldn't be shown automatically.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-x-face-too-ugly nil
  "Regexp matching posters whose face shouldn't be shown automatically."
  :type '(choice regexp (const nil))
  :group 'gnus-article-washing)