Variable: mm-automatic-external-display

mm-automatic-external-display is a customizable variable defined in mm-decode.el.gz.

Value

nil

Documentation

List of MIME type regexps that will be displayed externally automatically.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defcustom mm-automatic-external-display nil
  "List of MIME type regexps that will be displayed externally automatically."
  :type '(repeat regexp)
  :group 'mime-display)