Variable: mml-tweak-sexp-alist
mml-tweak-sexp-alist is a variable defined in mml.el.gz.
Value
((mml-externalize-attachments . mml-tweak-externalize-attachments))
Documentation
A list of (SEXP . FUNCTION) for tweaking MML parts.
SEXP is an s-expression. If the evaluation of SEXP is non-nil, FUNCTION is called. FUNCTION is a Lisp function which is called with the MML handle to tweak the part.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(defvar mml-tweak-sexp-alist
'((mml-externalize-attachments . mml-tweak-externalize-attachments))
"A list of (SEXP . FUNCTION) for tweaking MML parts.
SEXP is an s-expression. If the evaluation of SEXP is non-nil, FUNCTION
is called. FUNCTION is a Lisp function which is called with the MML
handle to tweak the part.")