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:
a71b937
)
* wl-vars.el (wl-summary-max-thread-depth): It can take nil.
author
yoichi
<yoichi>
Fri, 13 Dec 2002 09:16:14 +0000
(09:16 +0000)
committer
yoichi
<yoichi>
Fri, 13 Dec 2002 09:16:14 +0000
(09:16 +0000)
wl/wl-vars.el
patch
|
blob
|
history
diff --git
a/wl/wl-vars.el
b/wl/wl-vars.el
index
b0de27d
..
ae99c86
100644
(file)
--- a/
wl/wl-vars.el
+++ b/
wl/wl-vars.el
@@
-1609,7
+1609,8
@@
with wl-highlight-folder-many-face."
(defcustom wl-summary-max-thread-depth 30
"*If thread depth of the message is larger than this value, divide it."
- :type 'integer
+ :type '(choice (const :tag "Unlimited" nil)
+ integer)
:group 'wl-summary
:group 'wl-pref)