[mew-dist 21528] accessing to old folder

SAKAI Kiyotaka ksakai at example.com
2002年 8月 23日 (金) 09:32:55 JST


.mew-cache の形式が古いフォルダにアクセスすると

  The format of this scan cache is old. Type 'y' when ready. (y or n)

と聞かれますが、ここで "y" と答えても古い内容が消されずに append され
ていくため、延々と上の質問が繰り返されることになります。

以下のように mew-local-retrieve に第4引数を指定する必要があるのではな
いでしょうか。
-- 
酒井 清隆 (E-mail: ksakai at example.com)


Index: mew-scan.el
===================================================================
RCS file: /cvsmew/mew/mew-scan.el,v
retrieving revision 1.123
diff -u -r1.123 mew-scan.el
--- mew-scan.el	2002/08/22 03:55:46	1.123
+++ mew-scan.el	2002/08/23 00:27:41
@@ -508,7 +508,7 @@
 		  (y-or-n-p "The format of this scan cache is old. Type 'y' when ready. "))
 	     (setq oldformatp t)))
        (if oldformatp
-	   (mew-local-retrieve 'scan bnm mew-range-all)
+	   (mew-local-retrieve 'scan bnm mew-range-all 'erase)
 	 (cond
 	  ((interactive-p) ;; "s"
 	   (setq askp t)



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