Variable: mh-compose-prompt-flag
mh-compose-prompt-flag is a customizable variable defined in
mh-e.el.gz.
Value
nil
Documentation
Non-nil means prompt for header fields when composing a new draft.
This variable was added, or its default value changed, in MH-E version
7.4.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-compose-prompt-flag nil
"Non-nil means prompt for header fields when composing a new draft."
:type 'boolean
:group 'mh-sending-mail
:package-version '(MH-E . "7.4"))