@item wl-auto-check-folder-name
@vindex wl-auto-check-folder-name
\e$B=i4|@_Dj$O\e(B @code{nil}\e$B!#\e(B
-Non-nil \e$B$J$i$P!"@_Dj$5$l$?CM$r;}$D%U%)%k%@$NL$FI?t$r5/F0;~$K%A%'%C%/$7$^$9!#\e(B
-@code{none} \e$B$J$i$P!"5/F0;~$K%A%'%C%/$7$^$;$s!#\e(B
-\e$B%j%9%H$J$i$P!"%j%9%H$K@_Dj$5$l$?A4$F$N%U%)%k%@$r5/F0;~$K%A%'%C%/$7$^$9!#\e(B
+\e$B5/F0;~$KL$FI?t$r%A%'%C%/$9$k%U%)%k%@$d%0%k!<%W$r;XDj$7$^$9!#\e(B
+\e$B%A%'%C%/$r9T$J$$$?$$%U%)%k%@\e(B(\e$B%0%k!<%W\e(B)\e$B$N%j%9%H$r;XDj$9$k$3$H$b$G$-$^$9!#\e(B
+@code{nil} \e$B$J$i$P5/F0;~$K\e(B Desktop \e$BA4BN$r%A%'%C%/$7$^$9!#\e(B
+@code{none} \e$B$J$i$P!"5/F0;~$K2?$b%A%'%C%/$7$^$;$s!#\e(B
@item wl-auto-uncheck-folder-list
@vindex wl-auto-uncheck-folder-list
@end lisp
@noindent
-@code{wl-auto-check-folder-name} \e$B$K;XDj$5$l$?%0%k!<%W$K4^$^$l$F$$$F$b\e(B
+@code{wl-auto-check-folder-name} \e$B$G;XDj$5$l$?%0%k!<%W$K4^$^$l$F$$$F$b\e(B
\e$B5/F0;~$KL$FI%A%'%C%/$7$J$$%U%)%k%@L>$N@55,I=8=$N%j%9%H$G$9!#\e(B
+\e$B$^$?!"\e(BDesktop \e$B$KBP$7$FL$FI%A%'%C%/$r$9$k:]$K$b!"$3$l$i$N%U%)%k%@$O%9%-%C%W$5$l$^$9!#\e(B
@item wl-auto-check-folder-list
@vindex wl-auto-check-folder-list
\e$B=i4|@_Dj$O\e(B @code{nil}\e$B!#\e(B
-@code{wl-auto-check-folder-name} \e$B$K;XDj$5$l$?%0%k!<%W$K4^$^$l$F$$$?$i\e(B
-\e$B5/F0;~$KI,$:L$FI%A%'%C%/$9$k%U%)%k%@L>$N@55,I=8=$N%j%9%H$G$9!#\e(B
-@code{wl-auto-uncheck-folder-list} \e$B$h$j$bM%@h$7$^$9!#\e(B
+@code{wl-auto-uncheck-folder-list} \e$B$K;XDj$5$l$F$$$?$H$7$F$b\e(B
+\e$BNc30E*$KL$FI%A%'%C%/$7$?$$%U%)%k%@L>$N@55,I=8=$N%j%9%H$r;XDj$7$^$9!#\e(B
@item wl-no-save-folder-list
@vindex wl-no-save-folder-list
@item wl-auto-check-folder-name
@vindex wl-auto-check-folder-name
The initial setting is @code{nil}.
-If non-nil, the folder with the name of the value is checked for unread
-messages at the start.
+You can specify a folder or a group which is checked for unread message
+at the start. You can also specify a list of folders (groups) to be checked.
+If the value is @code{nil}, whole Desktop is checked at the start.
If it is @code{none}, no folders are checked.
-If it is a list, all folders in the list are checked at the start.
@item wl-auto-uncheck-folder-list
@vindex wl-auto-uncheck-folder-list
@end lisp
@noindent
-Folders with the name matching this variable are not checked for unread
-messages at the start, even if they are included in the groups in
-@code{wl-auto-check-folder-name}.
+You can set a list of regular expressions to specify folders
+which are not automatically checked even if they are included
+in some groups assigned by @code{wl-auto-check-folder-name}.
@item wl-auto-check-folder-list
@vindex wl-auto-check-folder-list
The initial setting is @code{nil}.
-Folders with the name matching this variable are always checked for
-unread messages at the start, if they are included in the groups in
-@code{wl-auto-check-folder-name}.
-This takes precedence over @code{wl-auto-uncheck-folder-list}.
+You can set a list of regular expressions to specify exceptions
+for @code{wl-auto-uncheck-folder-list}.
@item wl-no-save-folder-list
@vindex wl-no-save-folder-list
:group 'wl-folder)
(defcustom wl-auto-check-folder-name nil
- "*The folder specified by this variable will be automatically checked
-at start time."
+ "*A folder, a group or a list of folders and groups specified which
+will be automatically checked at the startup time."
:type '(choice (string :tag "Folder")
(repeat (string :tag "Folder"))
(const none))
:group 'wl-folder)
(defcustom wl-auto-uncheck-folder-list '("\\$.*")
- "All folders that match this list won't be checked when group is
-automatically checked (or desktop is checked).
+ "All folders that match this list won't be checked at the startup
+time even if they are embedded in some groups specified by
+wl-auto-check-folder-name.
+Those folders are also skipped when you check on the Desktop.
This value is preceded by wl-auto-check-folder-list.
Each elements are regexp of folder name."
:type '(repeat (regexp :tag "Folder Regexp"))
:group 'wl-folder)
(defcustom wl-auto-check-folder-list nil
- "All folders that match this list are checked when group is
-automatically checked (or desktop is checked).
-This value precedes wl-auto-uncheck-folder-list.
+ "A list of patterns for exceptional folders against
+wl-auto-uncheck-folder-list.
Each elements are regexp of folder name."
:type '(repeat (regexp :tag "Folder Regexp"))
:group 'wl-folder)