projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc5a1d5
)
* wl-vars.el (wl-draft-use-cache): Default `nil'.
author
okada
<okada>
Tue, 17 Oct 2000 06:37:55 +0000
(06:37 +0000)
committer
okada
<okada>
Tue, 17 Oct 2000 06:37:55 +0000
(06:37 +0000)
wl/ChangeLog
patch
|
blob
|
history
wl/wl-vars.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
7edcdc7
..
22d2812
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-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'.
diff --git
a/wl/wl-vars.el
b/wl/wl-vars.el
index
5172c31
..
a60769f
100644
(file)
--- a/
wl/wl-vars.el
+++ b/
wl/wl-vars.el
@@
-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