Variable: gnus-picon-databases
gnus-picon-databases is a customizable variable defined in
gnus-art.el.gz.
Value
("/usr/lib/picon" "/usr/local/faces" "/usr/share/picons")
Documentation
Defines the location of the faces database.
For information on obtaining this database of pretty pictures, please see http://www.cs.indiana.edu/picons/ftp/index.html
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-picon-databases '("/usr/lib/picon" "/usr/local/faces"
"/usr/share/picons")
"Defines the location of the faces database.
For information on obtaining this database of pretty pictures, please
see http://www.cs.indiana.edu/picons/ftp/index.html"
:version "22.1"
:type '(repeat directory)
:link '(url-link :tag "download"
"http://www.cs.indiana.edu/picons/ftp/index.html")
:link '(custom-manual "(gnus)Picons")
:group 'gnus-picon)