eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
authorakr <akr>
Thu, 14 May 1998 13:07:43 +0000 (13:07 +0000)
committerakr <akr>
Thu, 14 May 1998 13:07:43 +0000 (13:07 +0000)
ChangeLog
eword-decode.el

index fbd4df1..a488c4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-05-14  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
+
 1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
 
        * mime-def.el: Fix typo.
index 938d666..a8f34b5 100644 (file)
@@ -597,7 +597,7 @@ be the result."
          (setq p (or p len))
          (cons (cons 'comment
                      (eword-decode-comment
-                       (substring string 0 p)
+                       (std11-unfold-string (substring string 0 p))
                        default-mime-charset))
                (substring string p)))
       nil)))