From: teranisi Date: Mon, 31 Jul 2000 04:04:53 +0000 (+0000) Subject: * wl-draft.el (wl-draft-reply): Set argument `content-transfer-encoding' as nil. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c38ab8b266057d7442c4e08e76b9075732a615;p=elisp%2Fwanderlust.git * wl-draft.el (wl-draft-reply): Set argument `content-transfer-encoding' as nil. --- 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))