Variable: gnus-buttonized-mime-types

gnus-buttonized-mime-types is a customizable variable defined in gnus-art.el.gz.

Value

nil

Documentation

List of MIME types that should be given buttons when rendered inline.

If set, this variable overrides gnus-unbuttonized-mime-types. To see e.g. security buttons you could set this to
("multipart/signed"). You could also add "multipart/alternative" to
this list to display radio buttons that allow you to choose one of two media types those mails include. See also mm-discouraged-alternatives. This variable is only used when gnus-inhibit-mime-unbuttonizing is nil.

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-buttonized-mime-types nil
  "List of MIME types that should be given buttons when rendered inline.
If set, this variable overrides `gnus-unbuttonized-mime-types'.
To see e.g. security buttons you could set this to
`(\"multipart/signed\")'.  You could also add \"multipart/alternative\" to
this list to display radio buttons that allow you to choose one of two
media types those mails include.  See also `mm-discouraged-alternatives'.
This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
  :version "22.1"
  :group 'gnus-article-mime
  :type '(repeat regexp))