[Mew-dist 14557] Re: mew-cache-message (was b71)

Tatsuya Kinoshita tatsuyak at example.com
2000年 10月 16日 (月) 08:28:56 JST


In message "[Mew-dist 14554] b71"
Kazu Yamamoto (山本和彦) <kazu at example.com> wrote:

> - mew-cache-message のバグが取れたと思います。

Multipartメッセージを表示した直後に、そのメッセージのキャッシュが
消去され、partが表示できなくなる場合があります。

登録の古い順ではなく、表示の古い順にキャッシュを消すようにしてみ
ました。

-- 
木下達也 (Tatsuya Kinoshita)
-------------- next part --------------
;; This work is written by Tatsuya Kinoshita.  You can use, copy, 
;; distribute and/or modify it without restriction.
--- mew-1.95b71/mew-summary.el	Thu Oct 12 18:55:16 2000
+++ mew-1.95b71-tats20001016/mew-summary.el	Mon Oct 16 07:50:55 2000
@@ -899,6 +899,7 @@
 		 (mew-summary-cache-message fld msg sumbuf)
 		 (setq prefetch t))))
 	      (msg
+	       (mew-cache-sort fld msg cache)
 	       (cond
 		((or (null ofld)
 		     (not (and (string= fld ofld) (string= msg omsg)))


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