mh-goto-msg

mh-goto-msg is an interactive autoloaded compiled Lisp function in `mh-folder.el'.


(mh-goto-msg NUMBER &optional NO-ERROR-IF-NO-MESSAGE DONT-SHOW)

Go to a message.

You can enter the message NUMBER either before or after typing
g. In the latter case, Emacs prompts you.

In a program, optional non-nil second argument NO-ERROR-IF-NO-MESSAGE
means return nil instead of signaling an error if message does not
exist; in this case, the cursor is positioned near where the message
would have been. Non-nil third argument DONT-SHOW means not to show
the message.