Variable: mml-tweak-type-alist

mml-tweak-type-alist is a variable defined in mml.el.gz.

Value

nil

Documentation

A list of (TYPE . FUNCTION) for tweaking MML parts.

TYPE is a string containing a regexp to match the MIME type. FUNCTION is a Lisp function which is called with the MML handle to tweak the part. This variable is used only when no TWEAK parameter exists in the MML handle.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(defvar mml-tweak-type-alist nil
  "A list of (TYPE . FUNCTION) for tweaking MML parts.
TYPE is a string containing a regexp to match the MIME type.  FUNCTION
is a Lisp function which is called with the MML handle to tweak the
part.  This variable is used only when no TWEAK parameter exists in
the MML handle.")