Allow treatment functions to run on html bits by default
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 26 Dec 2012 15:35:25 +0000 (16:35 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 26 Dec 2012 15:35:25 +0000 (16:35 +0100)
* gnus-art.el (gnus-article-treat-types): Include text/html as parts
eligible for treatment.

lisp/ChangeLog
lisp/gnus-art.el

index 6af28b8..28c097c 100644 (file)
@@ -1,5 +1,8 @@
 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
index e5180a0..a3f5311 100644 (file)
@@ -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.")