Variable: mh-picon-directory-list

mh-picon-directory-list is a variable defined in mh-xface.el.gz.

Value

("~/.picons" "~/.picons/users" "~/.picons/usenix" "~/.picons/news"
 "~/.picons/domains" "~/.picons/misc" "/usr/share/picons/"
 "/usr/share/picons/users" "/usr/share/picons/usenix"
 "/usr/share/picons/news" "/usr/share/picons/domains"
 "/usr/share/picons/misc")

Documentation

List of directories where picons reside.

The directories are searched for in the order they appear in the list.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-xface.el.gz
;;; Picon Display

;; XXX: This should be customizable. As a side-effect of setting this
;;   variable, arrange to reset mh-picon-existing-directory-list to 'unset.
(defvar mh-picon-directory-list
  '("~/.picons" "~/.picons/users" "~/.picons/usenix" "~/.picons/news"
    "~/.picons/domains" "~/.picons/misc"
    "/usr/share/picons/" "/usr/share/picons/users" "/usr/share/picons/usenix"
    "/usr/share/picons/news" "/usr/share/picons/domains"
    "/usr/share/picons/misc")
  "List of directories where picons reside.
The directories are searched for in the order they appear in the list.")