Variable: gnus-inhibit-mime-unbuttonizing
gnus-inhibit-mime-unbuttonizing is a customizable variable defined in
gnus-art.el.gz.
Value
nil
Documentation
If non-nil, all MIME parts get buttons.
When nil (the default value), then some MIME parts do not get buttons,
as described by the variables gnus-buttonized-mime-types and
gnus-unbuttonized-mime-types.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-inhibit-mime-unbuttonizing nil
"If non-nil, all MIME parts get buttons.
When nil (the default value), then some MIME parts do not get buttons,
as described by the variables `gnus-buttonized-mime-types' and
`gnus-unbuttonized-mime-types'."
:version "22.1"
:group 'gnus-article-mime
:type 'boolean)