Date: Thu, 27 Aug 1998 06:14:51 -0700
From: Darryl Okahata <darrylo(a)sr.hp.com>
. . .
If you're curious, you can find my mangled mh-e at the NMH web page
Thanks. I'll try to check it out. In the mean time, I think I've
corrected the problem with the attached patch. At least, I've been
going through a bunch of mail and have not seen the `buffer modified'
warning since I made this change to mh-display-msg.
Rick
$ cd xemacs-21.0-b53/lib/xemacs/xemacs-packages/lisp/tm
$ diff -u tm-mh-e.el.orig tm-mh-e.el
--- tm-mh-e.el.orig Sun Jan 25 23:17:44 1998
+++ tm-mh-e.el Thu Aug 27 10:18:45 1998
@@ -126,7 +126,8 @@
visible-headers)
(goto-char (point-min)))
(t
- (mh-start-of-uncleaned-message)))))
+ (mh-start-of-uncleaned-message))))
+ (set-buffer-modified-p nil))
(mime/viewer-mode nil nil nil
aname (concat "show-" folder))
(goto-char (point-min))