Function: rmail-continue

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

Signature

(rmail-continue)

Documentation

Continue composing outgoing message previously being composed.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;; FIXME should complain if there is nothing to continue.
(defun rmail-continue ()
  "Continue composing outgoing message previously being composed."
  (interactive)
  (rmail-start-mail t))