From: kaoru Date: Fri, 21 Sep 2001 04:22:02 +0000 (+0000) Subject: * wl-vars.el (wl-interactive-send): Set default value as t. X-Git-Tag: wl-2_6_1~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=92ba997c075643aa795987cacf8eb81545967b09;p=elisp%2Fwanderlust.git * wl-vars.el (wl-interactive-send): Set default value as t. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 03cdb8c..32dd47a 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6353,7 +6353,7 @@ Non-nil ならば、Wanderlust 終了時に確認を行います。 @item wl-interactive-send @vindex wl-interactive-send -初期設定は @code{nil}。 +初期設定は @code{t}。 Non-nil ならば、メール送信時に本当に送信して良いかを確認します。 @item wl-folder-sync-range-alist diff --git a/doc/wl.texi b/doc/wl.texi index 2f37eff..2f2368a 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -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 diff --git a/wl/ChangeLog b/wl/ChangeLog index 90eeab7..0658105 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2001-09-21 TAKAHASHI Kaoru + + * wl-vars.el (wl-interactive-send): Set default value as t. + 2001-09-20 Yuuichi Teranishi * wl.el (wl-check-environment): Undo last change. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 620711e..3802b17 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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)