Variable: rmail-mime-view-buffer
rmail-mime-view-buffer is a variable defined in rmailmm.el.gz.
Value
nil
Documentation
Buffer showing a message.
The value is usually nil, and bound to a proper value while processing MIME.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailmm.el.gz
(defvar rmail-mime-view-buffer nil
"Buffer showing a message.
The value is usually nil, and bound to a proper value while
processing MIME.")