Function: rmail-speedbar-find-file

rmail-speedbar-find-file is a byte-compiled function defined in rmail.el.gz.

Signature

(rmail-speedbar-find-file TEXT TOKEN INDENT)

Documentation

Load in the rmail file TEXT.

TOKEN and INDENT are not used.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defun rmail-speedbar-find-file (text _token _indent)
  "Load in the rmail file TEXT.
TOKEN and INDENT are not used."
  (dframe-with-attached-buffer
   (message "Loading in RMAIL file %s..." text)
   (rmail text)))