* wl-vars.el (wl-draft-use-cache): Default `nil'.
authorokada <okada>
Tue, 17 Oct 2000 06:37:55 +0000 (06:37 +0000)
committerokada <okada>
Tue, 17 Oct 2000 06:37:55 +0000 (06:37 +0000)
wl/ChangeLog
wl/wl-vars.el

index 7edcdc7..22d2812 100644 (file)
@@ -1,5 +1,9 @@
 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
 
+       * wl-vars.el (wl-draft-use-cache): Default `nil'.
+
+2000-10-17  Kenichi OKADA  <okada@opaopa.org>
+
        * wl-expire.el (wl-expire-hide): New function.
        (wl-summary-expire): Add `hide'.
 
index 5172c31..a60769f 100644 (file)
@@ -919,7 +919,7 @@ ex.
   :group 'wl-draft
   :group 'wl-pref)
 
-(defcustom wl-draft-use-cache t
+(defcustom wl-draft-use-cache nil
   "*If non-nil, sending message is cached."
   :type 'boolean
   :group 'wl-draft