[Mew-dist 2730] Re: mew-1.92b10.tar.gz

TSUMURA Tomoaki ( 津邑公暁 ) tsumura at example.com
1997年 10月 24日 (金) 20:24:17 JST


つむら@京大 です。

mew-1.92b10 で、News Folder ( -foo.bar ) において
記事の show ができずに、すぐ 'File does not exist.' って
言われてしまいます。

こんな感じでしょうか? 違うかも...。

--- mew-summary.el.orig	Fri Oct 24 20:19:00 1997
+++ mew-summary.el	Fri Oct 24 20:19:51 1997
@@ -786,7 +786,7 @@
     (mew-current-set 'cache nil)
     (setq mew-decode-result nil)
     (setq mew-decode-syntax nil)
-    (if (not (file-exists-p file))
+    (if (not (or (file-exists-p file) (mew-folder-newsp fld)))
 	(message "File does not exist.")
       (cond
        ((equal fld mew-draft-folder)

--
``The paths of glory lead but to the grave.''
                                    津邑 公暁@情報工学専攻.京大
                                      tsumura at example.com
                    http://www.lab3.kuis.kyoto-u.ac.jp/~tsumura/



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