Variable: mm-attachment-override-types

mm-attachment-override-types is a customizable variable defined in mm-decode.el.gz.

Value

("text/x-vcard" "application/pkcs7-mime" "application/x-pkcs7-mime"
 "application/pkcs7-signature" "application/x-pkcs7-signature")

Documentation

Types to have "attachment" ignored if they can be displayed inline.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defcustom mm-attachment-override-types '("text/x-vcard"
					  "application/pkcs7-mime"
					  "application/x-pkcs7-mime"
					  "application/pkcs7-signature"
					  "application/x-pkcs7-signature")
  "Types to have \"attachment\" ignored if they can be displayed inline."
  :type '(repeat regexp)
  :group 'mime-display)