Only inhibit body washing, and leave the header washing to take place.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 31 Oct 2010 22:04:49 +0000 (23:04 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 31 Oct 2010 22:04:49 +0000 (23:04 +0100)
lisp/ChangeLog
lisp/gnus-art.el

index 98e0343..87db427 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
+       leave the header washing to take place.
+
 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
 
        * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
index b1d28ca..713773e 100644 (file)
@@ -8279,7 +8279,8 @@ For example:
              (symbol-value (car elem))))
       (when (and (or (consp val)
                     treated-type)
-                (not gnus-inhibit-article-treatments)
+                (or (not gnus-inhibit-article-treatments)
+                    (eq condition 'head))
                 (gnus-treat-predicate val)
                 (or (not (get (car elem) 'highlight))
                     highlightp))