From: Paul Reilly Date: Sun, 23 Feb 2003 00:33:25 +0000 (+0000) Subject: (rmail-get-new-mail): Make sure that the summary gets updated to X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b097b04cdf1fd131675872b1749219599bec3b0e;p=emacs.git (rmail-get-new-mail): Make sure that the summary gets updated to reflect deleted spam messages. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 1a6fa8d9475..deeb50e9431 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1506,6 +1506,7 @@ It returns t if it got any new messages." (setq current-message (rmail-first-unseen-message)) (if (rmail-summary-exists) (with-current-buffer rmail-summary-buffer + (rmail-update-summary) (rmail-summary-goto-msg current-message)) (rmail-show-message current-message))