Fix example and remove initial value on wl-folder-hierarchy-access-folders.
authoryoichi <yoichi>
Sun, 18 Jan 2004 04:33:48 +0000 (04:33 +0000)
committeryoichi <yoichi>
Sun, 18 Jan 2004 04:33:48 +0000 (04:33 +0000)
doc/wl-ja.texi
doc/wl.texi

index 9c67e6f..f3dfd54 100644 (file)
@@ -2067,15 +2067,6 @@ Non-nil \e$B$J$i%U%)%k%@0lMwMQ$K?7$7$$%U%l!<%`$r3+$-$^$9!#\e(B
 
 @item wl-folder-hierarchy-access-folders
 @vindex wl-folder-hierarchy-access-folders
-\e$B=i4|@_Dj$O0J2<$N%j%9%H!#\e(B
-
-@lisp
-@group
-("^-$" "^-alt$")
-@end group
-@end lisp
-
-@noindent
 \e$B3,AX9=B$$K:n@.$9$k%"%/%;%9%0%k!<%W$N@55,I=8=$+$i$J$k%j%9%H$G$9!#\e(B
 
 \e$BNc$($P!"0J2<$N$h$&$K\e(B 
@@ -2084,7 +2075,7 @@ Non-nil \e$B$J$i%U%)%k%@0lMwMQ$K?7$7$$%U%l!<%`$r3+$-$^$9!#\e(B
 @lisp
 @group
 (setq wl-folder-hierarchy-access-folders
-     '("^-$" "^-alt$" "^-japan$" "^-comp$" "^-comp.unix$"))
+     '("^-[^\\.]*$" "^-comp.unix$" "^-comp.unix.bsd$"))
 @end group
 @end lisp
 
index 2363633..6e94469 100644 (file)
@@ -2043,15 +2043,6 @@ Example:
 
 @item wl-folder-hierarchy-access-folders
 @vindex wl-folder-hierarchy-access-folders
-The initial setting is the list shown below:
-
-@lisp
-@group
-("^-$" "^-alt$")
-@end group
-@end lisp
-
-@noindent
 A list of regular expressions for access groups which creates children
 folder list hierarchically.
 
@@ -2061,7 +2052,7 @@ For example, if you specify
 @lisp
 @group
 (setq wl-folder-hierarchy-access-folders
-     '("^-$" "^-alt$" "^-japan$" "^-comp$" "^-comp.unix$"))
+     '("^-[^\\.]*$" "^-comp.unix$" "^-comp.unix.bsd$"))
 @end group
 @end lisp