Variable: rmail-show-mime-function
rmail-show-mime-function is a variable defined in rmail.el.gz.
Value
rmail-show-mime
Documentation
Function of no argument called to show a decoded MIME message.
This function is called when rmail-enable-mime is non-nil.
The package providing MIME support should set this.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-show-mime-function nil
"Function of no argument called to show a decoded MIME message.
This function is called when `rmail-enable-mime' is non-nil.
The package providing MIME support should set this.")