Variable: mm-inline-override-types
mm-inline-override-types is a customizable variable defined in
mm-decode.el.gz.
Value
nil
Documentation
Types to be treated as attachments even if they can be displayed inline.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defcustom mm-inline-override-types nil
"Types to be treated as attachments even if they can be displayed inline."
:type '(repeat regexp)
:group 'mime-display)