From: kaoru Date: Fri, 21 Sep 2001 04:19:11 +0000 (+0000) Subject: * wl-vars.el (wl-interactive-send): Set default value as t. X-Git-Tag: wl-2_7_5~54 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ec2bc500e460e28e258f70aa527a6da609567c;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 cbc5407..df3c4f5 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6572,7 +6572,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 c45e2ea..1c69a02 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -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 diff --git a/wl/ChangeLog b/wl/ChangeLog index 5e8f7fd..0ee657d 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-21 Yuuichi Teranishi * wl-addrmgr.el (wl-addrmgr-method-list): New variable. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 2472ed6..30f6eb3 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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