aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmailsum.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 2a23cdd0b8f..0633bbd82ac 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -817,7 +817,8 @@ Commands for sorting the summary:
817 (rmail-update-summary) 817 (rmail-update-summary)
818 (save-excursion 818 (save-excursion
819 (set-buffer rmail-buffer) 819 (set-buffer rmail-buffer)
820 (save-buffer))) 820 (save-buffer))
821 (set-buffer-modified-p nil))
821 822
822(defun rmail-summary-get-new-mail () 823(defun rmail-summary-get-new-mail ()
823 "Get new mail and recompute summary headers." 824 "Get new mail and recompute summary headers."