From: Karl Heuer Date: Wed, 21 Feb 1996 21:33:54 +0000 (+0000) Subject: (rmail-get-new-mail): Don't mess with display-time here. X-Git-Tag: emacs-19.34~1221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce566d4f2e4fa4b685bb553f9bf744eb2094dd4a;p=emacs.git (rmail-get-new-mail): Don't mess with display-time here. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 296bf4060e7..9baffe833be 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -943,10 +943,6 @@ It returns t if it got any new messages." ;; 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)))