(wl-summary-sort-by-size): New command.
authorokazaki <okazaki>
Wed, 23 Jun 2004 13:48:00 +0000 (13:48 +0000)
committerokazaki <okazaki>
Wed, 23 Jun 2004 13:48:00 +0000 (13:48 +0000)
wl/wl-summary.el

index 96b8727..7d93f64 100644 (file)
@@ -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."