[Mew-dist 09181] Re: summary buffer read-only flag

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
1999年 6月 5日 (土) 22:25:27 JST


From: TAKAHASHI Kaoru <nil at example.com>
Subject: [Mew-dist 09176] summary buffer read-only flag
Date: Sat, 5 Jun 1999 14:58:53 +0900

> マルチパートのメールを読むとサマリバッファ(たとえば +inbox)の
> リードオンリーが外れてしまいます。

これで直りますか?

--かず
-------------- next part --------------
Index: mew-syntax.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-syntax.el,v
retrieving revision 1.82
retrieving revision 1.83
diff -c -r1.82 -r1.83
*** mew-syntax.el	1999/06/04 05:58:45	1.82
--- mew-syntax.el	1999/06/05 13:24:57	1.83
***************
*** 447,454 ****
         (if mew-icon-p
  	   (mew-syntax-print-icon-spec spec mew-summary-toolbar))
         (mew-summary-goto-message)
!        (set-buffer-modified-p nil)
!        (set-buffer cbuf)))))
  
  ;;
  ;;
--- 447,454 ----
         (if mew-icon-p
  	   (mew-syntax-print-icon-spec spec mew-summary-toolbar))
         (mew-summary-goto-message)
!        (set-buffer-modified-p nil))
!       (set-buffer cbuf))))
  
  ;;
  ;;


Mew-dist メーリングリストの案内