Variable: mh-do-not-confirm-flag

mh-do-not-confirm-flag is a customizable variable defined in mh-e.el.gz.

Value

nil

Documentation

Non-nil means non-reversible commands do not prompt for confirmation.

Commands such as mh-pack-folder prompt to confirm whether to process outstanding moves and deletes or not before continuing. Turning on this option means that these actions will be performed--which is usually desired but cannot be retracted--without question.

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

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom-mh mh-do-not-confirm-flag nil
  "Non-nil means non-reversible commands do not prompt for confirmation.

Commands such as `mh-pack-folder' prompt to confirm whether to
process outstanding moves and deletes or not before continuing.
Turning on this option means that these actions will be
performed--which is usually desired but cannot be
retracted--without question."
  :type 'boolean
  :group 'mh-show
  :package-version '(MH-E . "7.0"))