From f1c38ab8b266057d7442c4e08e76b9075732a615 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 31 Jul 2000 04:04:53 +0000 Subject: [PATCH] * wl-draft.el (wl-draft-reply): Set argument `content-transfer-encoding' as nil. --- wl/ChangeLog | 5 +++++ wl/wl-draft.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index b751e26..112b016 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2000-07-31 Yuuichi Teranishi + + * wl-draft.el (wl-draft-reply): Set argument + `content-transfer-encoding' as nil. + 2000-07-26 Takaaki MORIYAMA * wl-refile.el (wl-refile-learn): Move hit element to the top of diff --git a/wl/wl-draft.el b/wl/wl-draft.el index e05a13d..6dece8a 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -416,7 +416,7 @@ the `wl-smtp-features' variable." (mapconcat 'identity references "\n\t"))) (wl-draft to subject in-reply-to cc references newsgroups mail-followup-to - nil nil nil summary-buf) + nil nil nil nil summary-buf) (setq wl-draft-reply-buffer buf)) (run-hooks 'wl-reply-hook)) -- 1.7.10.4