[gnus git] branch master updated: =1= mm-decode: add text/x-sh
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 6d5f40566b89879bee46366b5232c65d28bec457 (commit)
from 50294aaf8e300e030f40137b21eb290123f2e2da (commit)
- Log -----------------------------------------------------------------
commit 6d5f40566b89879bee46366b5232c65d28bec457
Author: Julien Danjou <[email protected]>
Date: Thu Jan 20 22:36:02 2011 +0100
mm-decode: add text/x-sh
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c252b97..c34c4ea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-01-20 Julien Danjou <[email protected]>
+ * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
+
* gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
than mm-insert-inline to insert inline part: this respect
mm-inline-media-tests displayers.
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 3b592aa..40cfa9b 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -239,6 +239,7 @@ before the external MIME handler is invoked."
("application/x-emacs-lisp" mm-display-elisp-inline identity)
("application/x-shellscript" mm-display-shell-script-inline identity)
("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/html"
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/mm-decode.el | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project