Variable: mh-recenter-summary-flag
mh-recenter-summary-flag is a customizable variable defined in
mh-e.el.gz.
Value
nil
Documentation
Non-nil means to recenter the summary window.
If this option is turned on, recenter the summary window when the show window is toggled off.
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-recenter-summary-flag nil
"Non-nil means to recenter the summary window.
If this option is turned on, recenter the summary window when the
show window is toggled off."
:type 'boolean
:group 'mh-folder
:package-version '(MH-E . "7.0"))