Variable: rmail-buffer
rmail-buffer is a variable defined in rmail.el.gz.
Value
nil
Documentation
The RMAIL buffer related to the current buffer.
In an RMAIL buffer, this holds the RMAIL buffer itself. In a summary buffer, this holds the RMAIL buffer it is a summary for.
Probably introduced at or before Emacs version 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-buffer nil
"The RMAIL buffer related to the current buffer.
In an RMAIL buffer, this holds the RMAIL buffer itself.
In a summary buffer, this holds the RMAIL buffer it is a summary for.")