| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
wl-folders-file
wl-folder-info-save
t. If non-nil, unread information is
saved and used in the next Wanderlust session.
wl-stay-folder-window
nil.
If non-nil, summary window is appeared on the right side of the folder buffer.
wl-folder-window-width
wl-stay-folder-window is non-nil.
wl-folder-use-frame
nil.
If non-nil, use new frame for the folder window.
wl-folder-many-unsync-threshold
wl-highlight-folder-by-numbers
t, highlighting with various colors based on
the message numbers. If it is nil, highlighting with various
colors based on the folder status. In addition, if it is a number
(e.g. 1), highlighting will be done based on both the message numbers
and the folder status.
wl-folder-desktop-name
wl-folder-petname-alist
nil.
An alist of folder's realname and its nickname.
wl-folder-access-subscribe-alist
nil.
Control automatic subscribing and unsubscribing of the children list of access groups.
Each element is:
(regexp-of-access-folder . (subscribe-flag regexp-of-folders ...)) |
If subscribe-flag is non-nil, folders which have name matched to regexp-of-folders are displayed. Otherwise, hidden. However, already unsubscribed folder is not displayed even when the subscribe-flag is non-nil. Multiple regexp-of-folders can be specified.
Example:
'(("^-fj$" . (t "^-fj\\.\\(comp\\|editor\\|mail\\)"
"^-fj\\.\\(net\\|news\\|os\\|rec\\)"))
("^-$" . (t "^-\\(fj\\|tnn\\|japan\\|gnu\\|comp\\)"))
("^\\+ml$" . (nil "^\\+ml$" "^\\+ml/tmp")))
|
wl-folder-hierarchy-access-folders
For example, if you specify
wl-folder-hierarchy-access-folders like following,
(setq wl-folder-hierarchy-access-folders
'("^-[^\\.]*$" "^-comp.unix$" "^-comp.unix.bsd$"))
|
you obtain the access group hierarchy as follows.
[-]-:912/912/3011
[-]-fj:674/674/1314
-fj.comp.announce:0/0/2
-fj.comp.dev.cdrom:0/0/0
...
[+]-japan:238/238/1688
[-]-comp:0/0/4
[-]-comp.unix:0/0/0
-comp.unix.admin:0/0/0
-comp.unix.dos-under-unix:0/0/0
-comp.unix.programmer:0/0/0
[-]-comp.unix.bsd:0/0/23
-comp.unix.bsd.freebsd.announce:0/0/0
...
|
If you opened `-' in this example, only the direct children is created (`-fj', `-japan', `-tnn', ...). second hierarchy (`-fj.comp.announce', ..., `-comp.unix', ...) is not created until the children access group is opened.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |