Function: Mh-msg-num

Mh-msg-num is an interactive and byte-compiled function defined in hmh.el.

Signature

(Mh-msg-num)

Documentation

Return number of mail message that point is within.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmh.el
(defun Mh-msg-num ()
  "Return number of mail message that point is within."
  (interactive)
  (mh-get-msg-num nil))