Function: rmail-summary-input

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

Signature

(rmail-summary-input FILENAME)

Documentation

Run Rmail on file FILENAME.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-input (filename)
  "Run Rmail on file FILENAME."
  (interactive "FRun rmail on RMAIL file: ")
  ;; We switch windows here, then display the other Rmail file there.
  (rmail-pop-to-buffer rmail-buffer)
  (rmail filename))