Function: rmail-widen
rmail-widen is an interactive and byte-compiled function defined in
rmail.el.gz.
Signature
(rmail-widen)
Documentation
Display the entire mailbox file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defun rmail-widen ()
"Display the entire mailbox file."
(interactive)
(rmail-swap-buffers-maybe)
(widen))