Variable: rmail-insert-mime-forwarded-message-function
rmail-insert-mime-forwarded-message-function is a variable defined in
rmail.el.gz.
Value
rmail-insert-mime-forwarded-message
Documentation
Function to insert a message in MIME format so it can be forwarded.
This function is called if rmail-enable-mime and
rmail-enable-mime-composing are non-nil.
It is called with one argument FORWARD-BUFFER, which is a
buffer containing the message to forward. The current buffer
is the outgoing mail buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;;;###autoload
(defvar rmail-insert-mime-forwarded-message-function nil
"Function to insert a message in MIME format so it can be forwarded.
This function is called if `rmail-enable-mime' and
`rmail-enable-mime-composing' are non-nil.
It is called with one argument FORWARD-BUFFER, which is a
buffer containing the message to forward. The current buffer
is the outgoing mail buffer.")