Function: mh-set-scan-mode
mh-set-scan-mode is a byte-compiled function defined in
mh-folder.el.gz.
Signature
(mh-set-scan-mode)
Documentation
Display the scan listing buffer, but do not show a message.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-folder.el.gz
(defun mh-set-scan-mode ()
"Display the scan listing buffer, but do not show a message."
(if (get-buffer mh-show-buffer)
(delete-windows-on mh-show-buffer))
(mh-showing-mode 0)
(force-mode-line-update)
(if mh-recenter-summary-flag
(mh-recenter nil)))