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:
e3b3e8d
)
(wl-summary-sort-by-size): New command.
author
okazaki
<okazaki>
Wed, 23 Jun 2004 13:48:00 +0000
(13:48 +0000)
committer
okazaki
<okazaki>
Wed, 23 Jun 2004 13:48:00 +0000
(13:48 +0000)
wl/wl-summary.el
patch
|
blob
|
history
diff --git
a/wl/wl-summary.el
b/wl/wl-summary.el
index
96b8727
..
7d93f64
100644
(file)
--- a/
wl/wl-summary.el
+++ b/
wl/wl-summary.el
@@
-952,6
+952,9
@@
Entering Folder mode calls the value of `wl-summary-mode-hook'."
(defun wl-summary-sort-by-list-info ()
(interactive)
(wl-summary-rescan "list-info"))
+(defun wl-summary-sort-by-size ()
+ (interactive)
+ (wl-summary-rescan "size"))
(defun wl-summary-rescan (&optional sort-by disable-killed disable-thread)
"Rescan current folder without updating."