Variable: gnus-convert-pbm-to-x-face-command
gnus-convert-pbm-to-x-face-command is a customizable variable defined
in gnus-fun.el.gz.
Value
"pbmtoxbm %s | compface"
Documentation
Command for converting a PBM to an X-Face.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-fun.el.gz
(defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface"
"Command for converting a PBM to an X-Face."
:version "22.1"
:group 'gnus-fun
:type 'string)