(gnus-summary-toggle-header): Run
authorSimon Josefsson <jas@extundo.com>
Wed, 26 Feb 2003 20:23:34 +0000 (20:23 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 26 Feb 2003 20:23:34 +0000 (20:23 +0000)
gnus-article-decode-hook instead of calling a-decode-encoded-words
directly (the latter is run as part of the former).

lisp/ChangeLog
lisp/gnus-sum.el

index f8a2651..d508250 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-26  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-summary-toggle-header): Run
+       gnus-article-decode-hook instead of calling a-decode-encoded-words
+       directly (the latter is run as part of the former).
+
 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-agent.el (gnus-agent-expire-group): Remove debug.
index 735f091..cc9023b 100644 (file)
@@ -8576,7 +8576,7 @@ If ARG is a negative number, hide the unwanted header lines."
                      (1- (point))
                    (point-max))))
        (insert-buffer-substring gnus-original-article-buffer s e)
-       (article-decode-encoded-words)
+       (run-hooks 'gnus-article-decode-hook)
        (if hidden
            (let ((gnus-treat-hide-headers nil)
                  (gnus-treat-hide-boring-headers nil))