[gnus git] branch master updated: =1= mailcap: change text/org to text/x-org
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0e48b3a323b78db8ae2f06d6af2c596ff6354e1e (commit)
from f7c19e61436d8074b5b7b3388d969aefba111e44 (commit)
- Log -----------------------------------------------------------------
commit 0e48b3a323b78db8ae2f06d6af2c596ff6354e1e
Author: Julien Danjou <[email protected]>
Date: Sat Jan 22 19:02:45 2011 +0100
mailcap: change text/org to text/x-org
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 078864a..dc092d4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-22 Julien Danjou <[email protected]>
+
+ * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
+
2011-01-22 Lars Ingebrigtsen <[email protected]>
* mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
diff --git a/lisp/mailcap.el b/lisp/mailcap.el
index e50e61b..aa2cab6 100644
--- a/lisp/mailcap.el
+++ b/lisp/mailcap.el
@@ -911,7 +911,7 @@ If NO-DECODE is non-nil, don't decode STRING."
(".ai" . "application/postscript")
(".jpe" . "image/jpeg")
(".jpeg" . "image/jpeg")
- (".org" . "text/org"))
+ (".org" . "text/x-org"))
"An alist of file extensions and corresponding MIME content-types.
This exists for you to customize the information in Lisp. It is
merged with values from mailcap files by `mailcap-parse-mimetypes'.")
-----------------------------------------------------------------------
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 | 4 ++++
lisp/mailcap.el | 2 +-
2 files changed, 5 insertions(+), 1 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