Function: Mh-msg-narrow
Mh-msg-narrow is a byte-compiled function defined in hmh.el.
Signature
(Mh-msg-narrow)
Documentation
Narrow mail reader buffer to current message.
This includes Hyperbole button data.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmh.el
(defun Mh-msg-narrow ()
"Narrow mail reader buffer to current message.
This includes Hyperbole button data."
(Mh-msg-widen))