From: okazaki Date: Wed, 23 Jun 2004 13:48:00 +0000 (+0000) Subject: (wl-summary-sort-by-size): New command. X-Git-Tag: wl-2_11_31~88 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=84dccb7f3e067c6ef253413f54cb6d04f4f003f3;p=elisp%2Fwanderlust.git (wl-summary-sort-by-size): New command. --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 96b8727..7d93f64 100644 --- 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."