(rmail-summary-expunge-and-save): Mark summary buffer as unmodified.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Feb 1994 04:26:28 +0000 (04:26 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Feb 1994 04:26:28 +0000 (04:26 +0000)
lisp/mail/rmailsum.el

index 2a23cdd..0633bbd 100644 (file)
@@ -817,7 +817,8 @@ Commands for sorting the summary:
   (rmail-update-summary)
   (save-excursion
     (set-buffer rmail-buffer)
-    (save-buffer)))
+    (save-buffer))
+  (set-buffer-modified-p nil))
 
 (defun rmail-summary-get-new-mail ()
   "Get new mail and recompute summary headers."