From 3deef576a8f10cefd58b88f6105a26d8e5af8b15 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 26 Dec 2012 16:35:25 +0100 Subject: [PATCH] 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. --- lisp/ChangeLog | 3 +++ lisp/gnus-art.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6af28b81d..28c097ca8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2012-12-26 Lars Ingebrigtsen + * 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 e5180a01f..a3f5311a5 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.") -- 2.25.1