Variable: gnus-x-face-omit-files

gnus-x-face-omit-files is a customizable variable defined in gnus-fun.el.gz.

Value

nil

Documentation

Regexp to match faces in gnus-x-face-directory to be omitted.

This variable was added, or its default value changed, in Emacs 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-fun.el.gz
(defcustom gnus-x-face-omit-files nil
  "Regexp to match faces in `gnus-x-face-directory' to be omitted."
  :version "25.1"
  :group 'gnus-fun
  :type '(choice (const nil) regexp))