Now wl-folder-hierarchy-access-folders takes REGEXP of group names.
authoryoichi <yoichi>
Wed, 27 Feb 2002 04:15:41 +0000 (04:15 +0000)
committeryoichi <yoichi>
Wed, 27 Feb 2002 04:15:41 +0000 (04:15 +0000)
doc/wl-ja.texi
doc/wl.texi

index bf81372..1bc6b67 100644 (file)
@@ -2074,12 +2074,12 @@ Non-nil \e$B$J$i%U%)%k%@0lMwMQ$K?7$7$$%U%l!<%`$r3+$-$^$9!#\e(B
 
 @lisp
 @group
-("-" "-alt")
+("^-$" "^-alt$")
 @end group
 @end lisp
 
 @noindent
-\e$B3,AX9=B$$K:n@.$9$k%"%/%;%9%0%k!<%W%U%)%k%@$N%j%9%H!#\e(B
+\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 
 @code{wl-folder-hierarchy-access-folders} \e$B$r@_Dj$9$k$H!"\e(B
@@ -2087,7 +2087,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"))
+     '("^-$" "^-alt$" "^-japan$" "^-comp$" "^-comp.unix$"))
 @end group
 @end lisp
 
index 51e92fb..eed8563 100644 (file)
@@ -2069,12 +2069,13 @@ The initial setting is the list shown below:
 
 @lisp
 @group
-("-" "-alt")
+("^-$" "^-alt$")
 @end group
 @end lisp
 
 @noindent
-A list of access groups which creates children folder list hierarchically.
+A list of regular expressions for access groups which creates children
+folder list hierarchically.
 
 For example, if you specify
 @code{wl-folder-hierarchy-access-folders} like following,
@@ -2082,7 +2083,7 @@ For example, if you specify
 @lisp
 @group
 (setq wl-folder-hierarchy-access-folders
-     '("-" "-alt" "-japan" "-comp" "-comp.unix"))
+     '("^-$" "^-alt$" "^-japan$" "^-comp$" "^-comp.unix$"))
 @end group
 @end lisp