Variable: gnus-summary-muttprint-program

gnus-summary-muttprint-program is a customizable variable defined in gnus-sum.el.gz.

Value

"muttprint"

Documentation

Command (and optional arguments) used to run Muttprint.

The value will be updated if you modify it when executing the command gnus-summary-muttprint.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-muttprint-program "muttprint"
  "Command (and optional arguments) used to run Muttprint.
The value will be updated if you modify it when executing the command
`gnus-summary-muttprint'."
  :version "22.1"
  :group 'gnus-summary
  :type 'string)