Variable: mh-reply-show-message-flag

mh-reply-show-message-flag is a customizable variable defined in mh-e.el.gz.

Value

t

Documentation

Non-nil means the MH-Show buffer is displayed when replying.

If you include the message automatically, you can hide the MH-Show buffer by turning off this option.

See also mh-reply.

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-reply-show-message-flag t
  "Non-nil means the MH-Show buffer is displayed when replying.

If you include the message automatically, you can hide the
MH-Show buffer by turning off this option.

See also `mh-reply'."
  :type 'boolean
  :group 'mh-sending-mail
  :package-version '(MH-E . "7.0"))