* wl-draft.el (wl-draft-reply): Set argument `content-transfer-encoding' as nil.
authorteranisi <teranisi>
Mon, 31 Jul 2000 04:04:53 +0000 (04:04 +0000)
committerteranisi <teranisi>
Mon, 31 Jul 2000 04:04:53 +0000 (04:04 +0000)
wl/ChangeLog
wl/wl-draft.el

index b751e26..112b016 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Set argument
+       `content-transfer-encoding' as nil.
+
 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
 
        * wl-refile.el (wl-refile-learn): Move hit element to the top of
index e05a13d..6dece8a 100644 (file)
@@ -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))