* eword-encode.el (eword-encode-field-body): Unfold `field-body'.
authorakr <akr>
Tue, 27 Oct 1998 06:00:56 +0000 (06:00 +0000)
committerakr <akr>
Tue, 27 Oct 1998 06:00:56 +0000 (06:00 +0000)
ChangeLog
eword-encode.el

index 08d3d31..d5f6450 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * eword-decode.el: Copied from AKEMI branch of SEMI.
 
 \f
+1998-10-27  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
+
 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
index 52390c7..fecd854 100644 (file)
@@ -596,6 +596,7 @@ Optional argument COLUMN is start-position of the field."
   "Encode FIELD-BODY as FIELD-NAME, and return the result.
 A lexical token includes non-ASCII character is encoded as MIME
 encoded-word.  ASCII token is not encoded."
+  (setq field-body (std11-unfold-string field-body))
   (if (string= field-body "")
       ""
     (let (start)