bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RMAIL, summary buffer need not be marked as modified


From: Alexander Pohoyda
Subject: RMAIL, summary buffer need not be marked as modified
Date: Wed, 12 Feb 2003 22:17:35 +0100 (CET)

Hi again,

I have to admit that the modified *RMAIL-summary* buffer irritates
me. This buffer is generated by emacs, so there is nothing user should
care about.

The patch follows:

--- rmailsum.el.orig    Sun Jan  5 23:01:28 2003
+++ rmailsum.el Sun Jan  5 23:01:40 2003
@@ -254,6 +254,8 @@
          ;; We do this here to make the window the proper size.
          (rmail-select-summary nil)
          (set-buffer rmail-summary-buffer)))
+    ;; There is no need for the summary buffer to be marked as modified.
+    (set-buffer-modified-p nil)
     (rmail-summary-goto-msg mesg t t)
     (rmail-summary-construct-io-menu)
     (message "Computing summary lines...done")))


-- 
Alexander Pohoyda
<alexander.pohoyda@gmx.net>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]