* wl-vars.el (wl-interactive-send): Set default value as t.
authorkaoru <kaoru>
Fri, 21 Sep 2001 04:19:11 +0000 (04:19 +0000)
committerkaoru <kaoru>
Fri, 21 Sep 2001 04:19:11 +0000 (04:19 +0000)
doc/wl-ja.texi
doc/wl.texi
wl/ChangeLog
wl/wl-vars.el

index cbc5407..df3c4f5 100644 (file)
@@ -6572,7 +6572,7 @@ Non-nil \e$B$J$i$P!"\e(BWanderlust \e$B=*N;;~$K3NG'$r9T$$$^$9!#\e(B
 
 @item wl-interactive-send
 @vindex wl-interactive-send
-\e$B=i4|@_Dj$O\e(B @code{nil}\e$B!#\e(B
+\e$B=i4|@_Dj$O\e(B @code{t}\e$B!#\e(B
 Non-nil \e$B$J$i$P!"%a!<%kAw?.;~$KK\Ev$KAw?.$7$FNI$$$+$r3NG'$7$^$9!#\e(B
 
 @item wl-folder-sync-range-alist
index c45e2ea..1c69a02 100644 (file)
@@ -6662,7 +6662,7 @@ If non-nil, you are asked for confirmation when Wanderlust terminates.
 
 @item wl-interactive-send
 @vindex wl-interactive-send
-The initial setting is @code{nil}.
+The initial setting is @code{t}.
 If non-nil, you are asked for confirmation when mail is sent.
 
 @item wl-folder-sync-range-alist
index 5e8f7fd..0ee657d 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-vars.el (wl-interactive-send): Set default value as t.
+
 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
index 2472ed6..30f6eb3 100644 (file)
@@ -1537,7 +1537,7 @@ even if the value of this option is set to nil.  Here are some samples:
                        (sexp :tag "Other" :value title)))
   :group 'wl-highlight)
 
-(defcustom wl-interactive-send nil
+(defcustom wl-interactive-send t
   "*If non-nil, require your confirmation when sending draft message."
   :type 'boolean
   :group 'wl-pref