Variable: mh-mh-to-mime-args
mh-mh-to-mime-args is a variable defined in mh-mime.el.gz.
Value
nil
Documentation
Extra arguments for M-x mh-mh-to-mime (mh-mh-to-mime) to pass to the "mhbuild" command.
The arguments are passed to "mhbuild" if M-x mh-mh-to-mime (mh-mh-to-mime) is
given a prefix argument. Normally default arguments to
"mhbuild" are specified in the MH profile.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-mime.el.gz
(defvar mh-mh-to-mime-args nil
"Extra arguments for \\[mh-mh-to-mime] to pass to the \"mhbuild\" command.
The arguments are passed to \"mhbuild\" if \\[mh-mh-to-mime] is
given a prefix argument. Normally default arguments to
\"mhbuild\" are specified in the MH profile.")