Variable: rmail-enable-mime
rmail-enable-mime is a customizable variable defined in rmail.el.gz.
Value
t
Documentation
If non-nil, RMAIL automatically displays decoded MIME messages.
For this to work, the feature specified by rmail-mime-feature must
be available.
This variable was added, or its default value changed, in Emacs 23.3.
Probably introduced at or before Emacs version 23.3.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defcustom rmail-enable-mime t
"If non-nil, RMAIL automatically displays decoded MIME messages.
For this to work, the feature specified by `rmail-mime-feature' must
be available."
:type 'boolean
:version "23.3"
:group 'rmail)