Customizable variables that have not been described yet:
wl-default-folder
wl-draft-folder
wl-trash-folder
wl-interactive-exit
t
.
If non-nil, you are asked for confirmation when Wanderlust terminates.
wl-interactive-send
t
.
If non-nil, you are asked for confirmation when mail is sent.
wl-folder-sync-range-alist
(("^&.*$" . "all") ("^\\+draft$\\|^\\+queue$" . "all"))This is an associative list of regular expressions of folder names and update range of the summary. Update range is one of the `all', `update', `rescan', `rescan-noscore', `first' and `last'. If a folder do not match, `update' is used.
wl-ask-range
t
.
If nil
, the value of wl-folder-sync-range-alist
is used
for updating the summary when you changed folders.
wl-mime-charset
x-ctext
.
This is the MIME charset for messages that are not MIME (e.g. without
`Content-Type:'). This value also used as default charset for
summary. (If you want to share Summary on Nemacs and other Emacsen, set
this value as iso-2022-jp
.)
wl-highlight-folder-with-icon
t
for XEmacs or Emacs 21 with icons).
wl-strict-diff-folders
nil
.
wl-folder-use-server-diff
elmo-imap4-disuse-server-flag-mailbox-regexp
are not checked for
the number of unread messages on the server, even if they matches this
variable. The initial setting is t
.
wl-auto-check-folder-name
nil
.
If non-nil, the folder with the name of the value is checked for unread
messages at the start.
If it is none
, no folders are checked.
If it is a list, all folders in the list are checked at the start.
wl-auto-uncheck-folder-list
("\\$.*")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
wl-auto-check-folder-name
.
wl-auto-check-folder-list
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
wl-auto-check-folder-name
.
This takes precedence over wl-auto-uncheck-folder-list
.
wl-no-save-folder-list
("^/.*$")This is a list of regular expressions of folders not to be saved.
wl-save-folder-list
nil
.
This is a list of regular expressions of folders to be saved.
This takes precedence over wl-no-save-folder-list
.
wl-folder-mime-charset-alist
(("^-alt\\.chinese" . big5) ("^-relcom\\." . koi8-r) ("^-tw\\." . big5) ("^-han\\." . euc-kr))This is an associative list of regular expressions of folder names and MIME charsets. If a folder do not match,
wl-mime-charset
is used.
wl-folder-init-load-access-folders
nil
.
This is a list of access groups to be loaded specifically at the start.
If it is nil
, wl-folder-init-no-load-access-folders
is referred.
wl-folder-init-no-load-access-folders
nil
.
This is a list of access groups not to be loaded specifically at the
start.
It is ignored if wl-folder-init-load-access-folders
is non-nil.
wl-delete-folder-alist
(("^-" . remove))This list determines disposition of messages with delete marks. Each item in the list is a folder and destination; you can specify any one of the following in the place of destination:
remove
ornull
: deletes the messages instantly. string : moves the messages to the specific folder.trash
or others : moves the messages towl-trash-folder
.
wl-refile-policy-alist
(("^[-=]" . copy) (".*" . move))This list determines whether messages with re-file marks are moved or copied. Each item in the list is a cons cell of a folder and
copy
or move
.
wl-x-face-file
wl-demo-display-logo
xpm
or xbm
, (if possible) display selected image type
logo.
elmo-use-database
t
for XEmacs with dbm).
If non-nil, Message-ID is controlled by dbm.
elmo-passwd-alist-file-name
elmo-passwd-alist-save
saves current passwords to the file.
elmo-nntp-list-folders-use-cache
nil
, they are
not cached.
elmo-nntp-max-number-precedes-list-active
nil
.
If non-nil, the number of article obtained by `list active' in NNTP
are used as the maximum article number of the folder.
Set this to t
if you are using for example INN 2.3 as an NNTP server,
and if the number of read messages is not correct.
elmo-nntp-default-use-listgroup
t
.
If non-nil, `listgroup' is used for checking the total number of
articles. If it is nil
, `group' is used. In the latter
case, the processing will be a little faster at the sacrifice of
accuracy.
elmo-pop3-send-command-synchronously
nil
.
If non-nil, POP3 commands are issued synchronously. Some implementation
of POP3 server fails to get summary information without this setting.
You may have to set this variable to t
, if the process hangs
while looking up POP3.
elmo-dop-flush-confirm
t
.
If non-nil, you are asked for confirmation if accumulated off-line
operations are executed.
elmo-display-progress-threshold
Go to the first, previous, next, last section, table of contents.