comparison lisp/gnus/mm-decode.el @ 112446:f60dc8d74215

mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org. mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to text/x-org.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 23 Jan 2011 11:21:04 +0000
parents 555faf6e40d0
children
comparison
equal deleted inserted replaced
112445:93fcbcb698b0 112446:f60dc8d74215
239 ("application/x-emacs-lisp" mm-display-elisp-inline identity) 239 ("application/x-emacs-lisp" mm-display-elisp-inline identity)
240 ("application/x-shellscript" mm-display-shell-script-inline identity) 240 ("application/x-shellscript" mm-display-shell-script-inline identity)
241 ("application/x-sh" mm-display-shell-script-inline identity) 241 ("application/x-sh" mm-display-shell-script-inline identity)
242 ("text/x-sh" mm-display-shell-script-inline identity) 242 ("text/x-sh" mm-display-shell-script-inline identity)
243 ("text/dns" mm-display-dns-inline identity) 243 ("text/dns" mm-display-dns-inline identity)
244 ("text/org" mm-display-org-inline identity) 244 ("text/x-org" mm-display-org-inline identity)
245 ("text/html" 245 ("text/html"
246 mm-inline-text-html 246 mm-inline-text-html
247 (lambda (handle) 247 (lambda (handle)
248 mm-text-html-renderer)) 248 mm-text-html-renderer))
249 ("text/x-vcard" 249 ("text/x-vcard"
316 "application/x-pkcs7-signature" 316 "application/x-pkcs7-signature"
317 "application/pkcs7-signature" "application/x-pkcs7-mime" 317 "application/pkcs7-signature" "application/x-pkcs7-mime"
318 "application/pkcs7-mime" 318 "application/pkcs7-mime"
319 ;; Mutt still uses this even though it has already been withdrawn. 319 ;; Mutt still uses this even though it has already been withdrawn.
320 "application/pgp\\'" 320 "application/pgp\\'"
321 "text/org") 321 "text/x-org")
322 "A list of MIME types to be displayed automatically." 322 "A list of MIME types to be displayed automatically."
323 :type '(repeat regexp) 323 :type '(repeat regexp)
324 :group 'mime-display) 324 :group 'mime-display)
325 325
326 (defcustom mm-attachment-override-types '("text/x-vcard" 326 (defcustom mm-attachment-override-types '("text/x-vcard"