Variable: mm-inline-message-prepare-function
mm-inline-message-prepare-function is a variable defined in
mm-view.el.gz.
Value
nil
Documentation
Function called by mm-inline-message to do client specific setup.
It is called with two parameters -- the MIME handle and the charset.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-view.el.gz
(defvar mm-inline-message-prepare-function nil
"Function called by `mm-inline-message' to do client specific setup.
It is called with two parameters -- the MIME handle and the charset.")