]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-get-new-mail): Make sure that the summary gets updated to
authorPaul Reilly <pmr@pajato.com>
Sun, 23 Feb 2003 00:33:25 +0000 (00:33 +0000)
committerPaul Reilly <pmr@pajato.com>
Sun, 23 Feb 2003 00:33:25 +0000 (00:33 +0000)
reflect deleted spam messages.

lisp/mail/rmail.el

index 1a6fa8d9475e0deb0f28cac868c6558b93065882..deeb50e9431e1dc7f562883906b43f58f6c6f86b 100644 (file)
@@ -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))