From 020bf427690e18c1068fd87bc207fc9201761b54 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 Oct 1998 06:00:56 +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 08d3d31..d5f6450 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1252,6 +1252,10 @@ * eword-decode.el: Copied from AKEMI branch of SEMI. +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