]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-get-new-mail): Don't mess with display-time here.
authorKarl Heuer <kwzh@gnu.org>
Wed, 21 Feb 1996 21:33:54 +0000 (21:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 21 Feb 1996 21:33:54 +0000 (21:33 +0000)
lisp/mail/rmail.el

index 296bf4060e79825fa78076d9292f21d7b5ed8787..9baffe833be01b64bc0f60ddbc9cff3f676b6293 100644 (file)
@@ -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)))