Function: rmail-summary-beginning-of-message
rmail-summary-beginning-of-message is an interactive and byte-compiled
function defined in rmailsum.el.gz.
Signature
(rmail-summary-beginning-of-message)
Documentation
Show current message from the beginning.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-beginning-of-message ()
"Show current message from the beginning."
(interactive)
(rmail-summary-show-message 'BEG))