Function: mh-show-xface

mh-show-xface is an autoloaded and byte-compiled function defined in mh-xface.el.gz.

Signature

(mh-show-xface)

Documentation

Display X-Face.

Source Code

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

;;;###mh-autoload
(defun mh-show-xface ()
  "Display X-Face."
  (when (and window-system mh-show-use-xface-flag
             (or mh-decode-mime-flag mh-mhl-format-file
                 mh-clean-message-header-flag))
    (funcall mh-show-xface-function)))