| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
wl-score-folder-alist specifies score files or variables in which
scores are defined, corresponding to folder names.
(setq wl-score-folder-alist
'(("^-.*"
"news.SCORE"
"my.SCORE")
(".*"
"all.SCORE")))
|
If paths to the score files are omitted, the directory specified in the
variable wl-score-files-directory is assumed.
No matter what you write in wl-score-folder-alist, the default
score file wl-score-default-file (`all.SCORE') is always
read (it does not have to exist).
Therefore, in the example above, the three score files,
`news.SCORE', `my.SCORE', and `all.SCORE' are read for
the folders that matches `^-.*'.