# HG changeset patch # User Katsumi Yamaoka # Date 1295781664 0 # Node ID f60dc8d74215467822466c2fc904b794ccf20e3f # Parent 93fcbcb698b09923fc9271a4cb6c0c39894c5236 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. diff -r 93fcbcb698b0 -r f60dc8d74215 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sun Jan 23 11:38:14 2011 +0100 +++ b/lisp/gnus/ChangeLog Sun Jan 23 11:21:04 2011 +0000 @@ -1,3 +1,10 @@ +2011-01-23 Julien Danjou + + * 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. + 2011-01-22 Lars Ingebrigtsen * gnus-sum.el (gnus-summary-move-article): Protect against backends diff -r 93fcbcb698b0 -r f60dc8d74215 lisp/gnus/mm-decode.el --- a/lisp/gnus/mm-decode.el Sun Jan 23 11:38:14 2011 +0100 +++ b/lisp/gnus/mm-decode.el Sun Jan 23 11:21:04 2011 +0000 @@ -241,7 +241,7 @@ ("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 @@ "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) diff -r 93fcbcb698b0 -r f60dc8d74215 lisp/gnus/mm-uu.el --- a/lisp/gnus/mm-uu.el Sun Jan 23 11:38:14 2011 +0100 +++ b/lisp/gnus/mm-uu.el Sun Jan 23 11:21:04 2011 +0000 @@ -393,7 +393,7 @@ (defun mm-uu-org-src-code-block-extract () (mm-make-handle (mm-uu-copy-to-buffer start-point end-point) - '("text/org"))) + '("text/x-org"))) (defvar gnus-newsgroup-name)