From ce566d4f2e4fa4b685bb553f9bf744eb2094dd4a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 21 Feb 1996 21:33:54 +0000 Subject: [PATCH] (rmail-get-new-mail): Don't mess with display-time here. --- lisp/mail/rmail.el | 4 ---- 1 file changed, 4 deletions(-) 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))) -- 2.39.2