[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

12.1.6 Customizable Variables

wl-spam-folder
Specify the name of destination folder for the spam messages. The initial setting is `+spam'.

wl-spam-undecided-folder-regexp-list
Specify the list of regexp of folder names which contain messages not yet decided as spam or non-spam. The initial setting is '("inbox").

wl-spam-ignored-folder-regexp-list
The initial setting is as follows.

 
(list (regexp-opt (list wl-draft-folder
                        wl-trash-folder
                        wl-queue-folder)))

Folders of no effect against spam judgement, specified by the list of folder name regular expressions.

wl-spam-auto-check-folder-regexp-list
Folders to make spam judgement on entering the summary of them, specified by the list of folder name regular expressions. The initial setting is nil.

wl-spam-auto-check-marks
The initial setting is the following list:

 
(list wl-summary-new-uncached-mark
      wl-summary-new-cached-mark)

Messages with mark specified by this variable will be processed by whole-folder judgement including auto test by wl-spam-auto-check-folder-regexp-list. Persistent marks can be used in this method, but temporary marks cannot.

You can specify the list of marks as the initial setting, or you can specify follwing symbol:

all
Process all messages regardless of persistent marks.



This document was generated by Yuuichi Teranishi on February, 19 2005 using texi2html