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

index 03cdb8c..32dd47a 100644 (file)
@@ -6353,7 +6353,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 2f37eff..2f2368a 100644 (file)
@@ -6414,7 +6414,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 90eeab7..0658105 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-20  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl.el (wl-check-environment): Undo last change.
index 620711e..3802b17 100644 (file)
@@ -1494,7 +1494,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)