aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/mm-decode.el
diff options
context:
space:
mode:
authorJulien Danjou <[email protected]>2011-01-23 11:21:04 +0000
committerKatsumi Yamaoka <[email protected]>2011-01-23 11:21:04 +0000
commit3f6804070085b85cc94b54d632a07f04f6bbf572 (patch)
treee69a1133f18d5dfcdab7e847fe9524830cd6098d /lisp/gnus/mm-decode.el
parent45eb2a5d4609e89fae1723979f26a56b5fba8fa1 (diff)
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.
Diffstat (limited to 'lisp/gnus/mm-decode.el')
-rw-r--r--lisp/gnus/mm-decode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index ea65dd6fc9..2ae9c59611 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -241,7 +241,7 @@ before the external MIME handler is invoked."
("application/x-sh" mm-display-shell-script-inline identity)
("text/x-sh" mm-display-shell-script-inline identity)
("text/dns" mm-display-dns-inline identity)
- ("text/org" mm-display-org-inline identity)
+ ("text/x-org" mm-display-org-inline identity)
("text/html"
mm-inline-text-html
(lambda (handle)
@@ -318,7 +318,7 @@ when selecting a different article."
"application/pkcs7-mime"
;; Mutt still uses this even though it has already been withdrawn.
"application/pgp\\'"
- "text/org")
+ "text/x-org")
"A list of MIME types to be displayed automatically."
:type '(repeat regexp)
:group 'mime-display)