* wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
authoryoichi <yoichi>
Thu, 12 Sep 2002 16:12:20 +0000 (16:12 +0000)
committeryoichi <yoichi>
Thu, 12 Sep 2002 16:12:20 +0000 (16:12 +0000)
when it creates new draft buffer.

wl/ChangeLog
wl/wl-addrmgr.el

index 860a070..d6370da 100644 (file)
@@ -1,5 +1,8 @@
 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
+       * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
+       when it creates new draft buffer.
+
        * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
        without argument.
 
index ab97311..9bc6ee8 100644 (file)
@@ -622,8 +622,8 @@ Return nil if no ADDRESS exists."
     (when (or (null wl-addrmgr-draft-buffer)
              (not (buffer-live-p wl-addrmgr-draft-buffer)))
       (setq wl-addrmgr-draft-buffer (save-window-excursion
-                                  (wl-draft)
-                                  (current-buffer))))
+                                     (call-interactively 'wl-draft)
+                                     (current-buffer))))
     (with-current-buffer wl-addrmgr-draft-buffer
       (setq from (std11-field-body "From"))
       (if from