Variable: rmail-mime-mbox-buffer

rmail-mime-mbox-buffer is a variable defined in rmailmm.el.gz.

Value

nil

Documentation

Buffer containing the mbox data.

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
;;; End of user options.

;;; Global variables that always have let-binding when referred.

(defvar rmail-mime-mbox-buffer nil
  "Buffer containing the mbox data.
The value is usually nil, and bound to a proper value while
processing MIME.")