GNU bug report logs - #2022
23.0.60; Rmail buffer marked modified after saving it

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Sat, 24 Jan 2009 14:30:02 UTC

Severity: minor

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #73 received at 2022 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 2022 <at> debbugs.gnu.org
Subject: Re: bug#2022: 23.0.60; Rmail buffer marked modified after saving it
Date: Sun, 25 Jan 2009 20:53:53 -0500
Eli Zaretskii wrote:

> By setting the buffer's modified flag, like it's done everywhere else.

Actually, it seems rmail-mode-1 used to lie to you by doing:

(setq mode-line-modified "--")

Seems like a bad idea to me... Anyway,

(add-hook 'rmail-mode-hook (lambda () (setq mode-line-modified "--")))

and you're back to having the wool pulled over your eyes.




This bug report was last modified 16 years and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.