Function: rmail-summary-first-message

rmail-summary-first-message is an interactive and byte-compiled function defined in rmailsum.el.gz.

Signature

(rmail-summary-first-message)

Documentation

Show first message in Rmail file from summary buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-first-message ()
  "Show first message in Rmail file from summary buffer."
  (interactive)
  (with-no-warnings
    (beginning-of-buffer)))