Function: Mh-to
Mh-to is a byte-compiled function defined in hmh.el.
Signature
(Mh-to)
Documentation
Set current buffer to a mail reader buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmh.el
(defun Mh-to ()
"Set current buffer to a mail reader buffer."
(and (eq major-mode 'Mh-folder-mode)
(set-buffer mh-show-buffer)))