Variable: gnus-article-mime-part-function
gnus-article-mime-part-function is a customizable variable defined in
gnus-art.el.gz.
Value
nil
Documentation
Function called with a MIME handle as the argument.
This is meant for people who want to do something automatic based on parts -- for instance, adding Vcard info to a database.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-mime-part-function nil
"Function called with a MIME handle as the argument.
This is meant for people who want to do something automatic based
on parts -- for instance, adding Vcard info to a database."
:group 'gnus-article-mime
:type '(choice (const nil)
function))