Function: rmail-speedbar-button
rmail-speedbar-button is a byte-compiled function defined in
rmail.el.gz.
Signature
(rmail-speedbar-button TEXT TOKEN INDENT)
Documentation
Execute an rmail command specified by TEXT.
The command used is TOKEN. INDENT is not used.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defun rmail-speedbar-button (_text token _indent)
"Execute an rmail command specified by TEXT.
The command used is TOKEN. INDENT is not used."
(dframe-with-attached-buffer
(funcall token t)))