Variable: gnus-unbuttonized-mime-types

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

Value

(".*/.*")

Documentation

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

See also gnus-buttonized-mime-types which may override this variable. This variable is only used when gnus-inhibit-mime-unbuttonizing is nil.

This variable was added, or its default value changed, in Emacs 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-unbuttonized-mime-types '(".*/.*")
  "List of MIME types that should not be given buttons when rendered inline.
See also `gnus-buttonized-mime-types' which may override this variable.
This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
  :version "21.1"
  :group 'gnus-article-mime
  :type '(repeat regexp))