Function: rmail-summary-edit-current-message

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

Signature

(rmail-summary-edit-current-message)

Documentation

Edit the contents of this message.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-edit-current-message ()
  "Edit the contents of this message."
  (interactive)
  (rmail-pop-to-buffer rmail-buffer)
  (rmail-edit-current-message)
  (use-local-map rmail-summary-edit-map))