From: Alexander Pohoyda <alexander.pohoyda@gmx.net>
Subject: RMAIL, summary buffer need not be marked as modified
Date: Wed, 12 Feb 2003 22:17:35 +0100 (CET) [thread overview]
Message-ID: <200302122117.h1CLHZZh000624@oak.pohoyda.family> (raw)
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>
next reply other threads:[~2003-02-12 21:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-12 21:17 Alexander Pohoyda [this message]
2003-03-06 16:48 ` RMAIL, summary buffer need not be marked as modified Thien-Thi Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200302122117.h1CLHZZh000624@oak.pohoyda.family \
--to=alexander.pohoyda@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).