[gnus git] branch master updated: m0-5-222-g3deef57 =1= Allow treatment functions to run on html bits by default
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3deef576a8f10cefd58b88f6105a26d8e5af8b15 (commit)
from b0b207661978cbe3bd6cfed2f39b841a11992c03 (commit)
- Log -----------------------------------------------------------------
commit 3deef576a8f10cefd58b88f6105a26d8e5af8b15
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Dec 26 16:35:25 2012 +0100
Allow treatment functions to run on html bits by default
* gnus-art.el (gnus-article-treat-types): Include text/html as parts
eligible for treatment.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6af28b8..28c097c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-12-26 Lars Ingebrigtsen <[email protected]>
+ * gnus-art.el (gnus-article-treat-types): Include text/html as parts
+ eligible for treatment.
+
* gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
lines. This makes summary commands with hidden threads work more
reliably.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index e5180a0..a3f5311 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -1122,8 +1122,8 @@ parts. When nil, redisplay article."
(const :tag "Header" head)))
(defvar gnus-article-treat-types '("text/plain" "text/x-verbatim"
- "text/x-patch")
- "Parts to treat.")
+ "text/x-patch" "text/html")
+ "Part types eligible for treatment.")
(defvar gnus-inhibit-treatment nil
"Whether to inhibit treatment.")
-----------------------------------------------------------------------
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 | 3 +++
lisp/gnus-art.el | 4 ++--
2 files changed, 5 insertions(+), 2 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