aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1990-12-28 05:20:22 +0000
committerJim Blandy <[email protected]>1990-12-28 05:20:22 +0000
commitaa4bbbe3f0de943ec650a24226f1b631996cf015 (patch)
tree904688822fa54151cba115a97b299bbafb329b0d /lisp
parent0ec1ba5be66567798dee1e1e49cba3d000ae067d (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmailsort.el10
1 files changed, 8 insertions, 2 deletions
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