Function: rmail-summary
rmail-summary is an autoloaded, interactive and byte-compiled function
defined in rmailsum.el.gz.
Signature
(rmail-summary)
Documentation
Display a summary of all messages, one line per message.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
;;;###autoload
(defun rmail-summary ()
"Display a summary of all messages, one line per message."
(interactive)
(rmail-new-summary "All" '(rmail-summary) nil))