Variable: rmail-enable-mime-composing
rmail-enable-mime-composing is a customizable variable defined in
rmail.el.gz.
Value
t
Documentation
If non-nil, use rmail-insert-mime-forwarded-message-function to forward.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defcustom rmail-enable-mime-composing t
"If non-nil, use `rmail-insert-mime-forwarded-message-function' to forward."
:type 'boolean
:version "24.1" ; nil -> t
:group 'rmail)