* wl-draft.el (wl-draft-send-confirm): Display more info (advised
authoryoichi <yoichi>
Sun, 30 Mar 2003 07:40:49 +0000 (07:40 +0000)
committeryoichi <yoichi>
Sun, 30 Mar 2003 07:40:49 +0000 (07:40 +0000)
by Kenichi OKADA <okada@opaopa.org>).

wl/ChangeLog
wl/wl-draft.el

index ea1ad2e..cf53d05 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-send-confirm): Display more info (advised
+       by Kenichi OKADA <okada@opaopa.org>).
+
 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
index c546569..f9ed725 100644 (file)
@@ -1254,7 +1254,7 @@ This variable is valid when `wl-interactive-send' has non-nil value."
                (goto-char (point-min)) ; to show recipients in header
                (catch 'done
                  (while t
-                   (message "Send current draft? <y/n> ")
+                   (message "Send current draft? <y/n/j(up)/k(down)> ")
                    (setq answer (let ((cursor-in-echo-area t)) (read-char)))
                    (cond
                     ((or (eq answer ?y)