# HG changeset patch # User Paul Reilly # Date 1045960405 0 # Node ID 5d2045bdde41956c30cb10cf1d4398d6f174fd59 # Parent de90332b77e91ce31319d129a2a7bfcfd575b64c (rmail-get-new-mail): Make sure that the summary gets updated to reflect deleted spam messages. diff -r de90332b77e9 -r 5d2045bdde41 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Sat Feb 22 15:37:59 2003 +0000 +++ b/lisp/mail/rmail.el Sun Feb 23 00:33:25 2003 +0000 @@ -1506,6 +1506,7 @@ (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))