From aa4bbbe3f0de943ec650a24226f1b631996cf015 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 28 Dec 1990 05:20:22 +0000 Subject: *** empty log message *** --- lisp/mail/rmailsort.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index c9fa8057ee..e1f01ad2f8 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el @@ -145,7 +145,7 @@ If prefix argument REVERSE is non-nil, sort them in reverse order." (setq sort-lists (cdr sort-lists)) (setq msgnum (1+ msgnum)))) (rmail-set-message-counters) - (rmail-show-message))) + (rmail-show-message 1))) (defun rmail-fetch-field (msg field) "Return the value of the header field FIELD of MSG. @@ -167,7 +167,13 @@ Arguments are MSG and FIELD." (let ((month '(("JAN" . " 1")("FEB" . " 2")("MAR" . " 3") ("APR" . " 4")("MAY" . " 5")("JUN" . " 6") ("JUL" . " 7")("AUG" . " 8")("SEP" . " 9") - ("OCT" . "10")("NOV" . "11")("DEC" . "12"))) + ("OCT" . "10")("NOV" . "11")("DEC" . "12") + ("JANUARY" . " 1") ("FEBRUARY" . " 2") + ("MARCH" . " 3") ("APRIL" . " 4") + ("MAY" . " 5") ("JUNE" . " 6") + ("JULY" . " 7") ("AUGUST" . " 8") + ("SEPTEMBER" " 9") ("OCTOBER" . "10") + ("NOVEMBER" "11") ("DECEMBER" . "12"))) (date (or date ""))) ;; Can understand the following styles: ;; (1) 14 Apr 89 03:20:12 GMT -- cgit v1.2.3