[Mew-dist 04872] Re: 1.93b34
Shuichi Kitaguchi
shuuic-k at example.com
1998年 5月 26日 (火) 22:37:36 JST
From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: [Mew-dist 04870] Re: 1.93b34
Date: Tue, 26 May 1998 22:17:10 +0900
> リンクカウントがないのと、Emacs から見えるリンクカウントが常に固定なの
> は、結局 Mew にとってはその機能を利用できないことを意味します。
>
> だから、
> (1) リンクカウントが利用できる場合は nil に
> (2) リンクカウントが利用できない場合は数字のフォルダは使わない
> というルールに従って下さい。
了解しました。そうすると、
--- mew-vars.el.original Tue May 26 11:03:48 1998
+++ mew-vars.el Tue May 26 13:24:28 1998
@@ -632,7 +632,11 @@
"*Action to delete MIME draft directory after sending a multipart letter.
Proper value is 'ask', 'delete', and 'retain'.")
-(defvar mew-folder-list-skip-pattern nil
+(defvar mew-folder-list-skip-pattern
+ (if (and (eq system-type 'windows-nt)
+ (not (featurep 'meadow)))
+ "^[0-9]+$"
+ nil)
"This value is used to make collecting folder faster.
If nil, Mew skips directories whose link count is 2, that is
they don't have subdirectories. Unfortunately, link count is
という風にするとデフォルトでそれなりに幸せになれると思います。
--==| Shuichi Kitaguchi : shuuic-k at example.com |
| / kit at example.com / shkit at example.com |==--
Mew-dist メーリングリストの案内