Mercurial > emacs
changeset 88140:5d2045bdde41
(rmail-get-new-mail): Make sure that the summary gets updated to
reflect deleted spam messages.
author | Paul Reilly <pmr@pajato.com> |
---|---|
date | Sun, 23 Feb 2003 00:33:25 +0000 |
parents | de90332b77e9 |
children | 71b644d983a9 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))