;; On some systems the time zone can appear after the year, too.
time-zone-regexp
- ;; I'm not sure what this is.
- "\\(remote from [^\n]*\\)?"
+ ;; Old uucp cruft.
+ "\\(remote from .*\\)?"
"\n"))
nil)
(let* ((omax (- (buffer-size) (point-max)))
(omin (- (buffer-size) (point-min)))
(opoint (if (and (> rmail-current-message 0)
- (= ?D (aref rmail-deleted-vector rmail-current-message)))
- 0 (- (point) (point-min))))
+ (rmail-message-deleted-p rmail-current-message))
+ 0
+ (- (point) (point-min))))
(messages-head (cons (aref rmail-message-vector 0) nil))
(messages-tail messages-head)
;; Don't make any undo records for the expunging.