From c1c5506995622c6673672a23b697f340b8406813 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 Oct 1998 05:56:55 +0000 Subject: [PATCH] * eword-encode.el (eword-encode-field-body): Unfold `field-body'. --- ChangeLog | 4 ++++ eword-encode.el | 1 + 2 files changed, 5 insertions(+) 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) -- 1.7.10.4