Variable: mh-delete-yanked-msg-window-flag
mh-delete-yanked-msg-window-flag is a customizable variable defined in
mh-e.el.gz.
Value
nil
Documentation
Non-nil means delete any window displaying the message.
This deletes the window containing the original message after
yanking it with C-c C-y (mh-yank-cur-msg) to make
more room on your screen for your 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-delete-yanked-msg-window-flag nil
"Non-nil means delete any window displaying the message.
This deletes the window containing the original message after
yanking it with \\<mh-letter-mode-map>\\[mh-yank-cur-msg] to make
more room on your screen for your reply."
:type 'boolean
:group 'mh-letter
:package-version '(MH-E . "7.0"))