Go to the first, previous, next, last section, table of contents.


Notify Mail arrival

Following setting is to notify mail arrival of `%inbox' by the indicator on the modeline

(setq wl-biff-check-folder-list '("%inbox"))

Customizable Variables

wl-biff-check-folder-list
The initial setting is nil. This is the list of folders to check mail arrival. If nil, wl doesn't check mail arrival.
wl-biff-check-interval
The initial setting is 40 (in seconds). Check mail arrival in this period.
wl-biff-notify-hook
This hook is run at the arrival of new mail. To beep with mail arrival(initial setting), set as follows.
(setq wl-biff-notify-hook '(ding))
For silence, set to nil.


Go to the first, previous, next, last section, table of contents.