Function: dired-rmail

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

Signature

(dired-rmail)

Documentation

Run RMAIL on this file.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/dired-x.el.gz
(defun dired-rmail ()
  "Run RMAIL on this file."
  (interactive nil dired-mode)
  (rmail (dired-get-filename)))