A typo.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 11 Jul 2000 17:55:37 +0000 (17:55 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 11 Jul 2000 17:55:37 +0000 (17:55 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index ec41757..1baaac9 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-12 10:12:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (article-de-base64-unreadable): Typo.
+
 2000-07-12  Simon Josefsson  <jas@pdc.kth.se>
 
        * gnus-agent.el (require): Require timer.
index 5eece77..a4327b2 100644 (file)
@@ -1526,7 +1526,7 @@ If FORCE, decode the article whether it is marked as base64 not."
          (type (gnus-fetch-field "content-transfer-encoding"))
          (charset gnus-newsgroup-charset))
       (when (or force
-               (and type (string-match "quoted-printable" (downcase type))))
+               (and type (string-match "base64" (downcase type))))
        (article-goto-body)
        (save-restriction
          (narrow-to-region (point) (point-max))