Function: menu-bar-read-mail

menu-bar-read-mail is an interactive and byte-compiled function defined in menu-bar.el.gz.

Signature

(menu-bar-read-mail)

Documentation

Read mail using read-mail-command.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-read-mail ()
  "Read mail using `read-mail-command'."
  (interactive)
  (call-interactively read-mail-command))