aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 0 insertions, 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."
943 ;; Move to the first new message 943 ;; Move to the first new message
944 ;; unless we have other unseen messages before it. 944 ;; unless we have other unseen messages before it.
945 (rmail-show-message (rmail-first-unseen-message)) 945 (rmail-show-message (rmail-first-unseen-message))
946 ;; Update the displayed time, since that will clear out
947 ;; the flag that says you have mail.
948 (if (eq (process-status "display-time") 'run)
949 (display-time-filter display-time-process ""))
950 t)) 946 t))
951 ;; Don't leave the buffer screwed up if we get a disk-full error. 947 ;; Don't leave the buffer screwed up if we get a disk-full error.
952 (rmail-show-message))) 948 (rmail-show-message)))