From: akr Date: Tue, 27 Oct 1998 05:56:55 +0000 (+0000) Subject: * eword-encode.el (eword-encode-field-body): Unfold `field-body'. X-Git-Tag: flim-1_11_3~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c1c5506995622c6673672a23b697f340b8406813;p=elisp%2Fflim.git * eword-encode.el (eword-encode-field-body): Unfold `field-body'. --- diff --git a/ChangeLog b/ChangeLog index 05c5dfa..2c6b5b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-10-27 Tanaka Akira + + * eword-encode.el (eword-encode-field-body): Unfold `field-body'. + 1998-10-26 MORIOKA Tomohiko * FLIM: Version 1.11.2 (Heij-Dò)-A was released. diff --git a/eword-encode.el b/eword-encode.el index 52390c7..fecd854 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -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)