Variable: mh-auto-fields-prompt-flag

mh-auto-fields-prompt-flag is a customizable variable defined in mh-e.el.gz.

Value

t

Documentation

Non-nil means to prompt before sending if fields inserted.

See mh-auto-fields-list.

This variable was added, or its default value changed, in MH-E version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-auto-fields-prompt-flag t
  "Non-nil means to prompt before sending if fields inserted.
See `mh-auto-fields-list'."
  :type 'boolean
  :group 'mh-identity
  :package-version '(MH-E . "8.0"))