Variable: rmail-insert-mime-resent-message-function

rmail-insert-mime-resent-message-function is a variable defined in rmail.el.gz.

Value

rmail-insert-mime-resent-message

Documentation

Function to insert a message in MIME format so it can be resent.

This function is called by rmail-resend if rmail-enable-mime is 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
(defvar rmail-insert-mime-resent-message-function nil
  "Function to insert a message in MIME format so it can be resent.
This function is called by `rmail-resend' if `rmail-enable-mime' is 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.")