Function: rmail-mail

rmail-mail is an interactive and byte-compiled function defined in rmail.el.gz.

Signature

(rmail-mail)

Documentation

Send mail in another window.

While composing the message, use M-x mail-yank-original (mail-yank-original) to yank the original message into it.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defun rmail-mail ()
  "Send mail in another window.
While composing the message, use \\[mail-yank-original] to yank the
original message into it."
  (interactive)
  (rmail-start-mail nil nil nil nil nil rmail-buffer))