# HG changeset patch # User Karl Heuer # Date 824938434 0 # Node ID 4c778d943271083362e20bdb99a97251511dbf62 # Parent 46556543f4e6548db36a76241c7a52feaeada6a1 (rmail-get-new-mail): Don't mess with display-time here. diff -r 46556543f4e6 -r 4c778d943271 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Wed Feb 21 21:33:35 1996 +0000 +++ b/lisp/mail/rmail.el Wed Feb 21 21:33:54 1996 +0000 @@ -943,10 +943,6 @@ ;; Move to the first new message ;; unless we have other unseen messages before it. (rmail-show-message (rmail-first-unseen-message)) - ;; Update the displayed time, since that will clear out - ;; the flag that says you have mail. - (if (eq (process-status "display-time") 'run) - (display-time-filter display-time-process "")) t)) ;; Don't leave the buffer screwed up if we get a disk-full error. (rmail-show-message)))