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

4.1.3 Customize variables

wl-folders-file
The initial setting is `~/.folders'. Subscribed folders are described (saved) in this file.

wl-folder-info-save
The initial setting is t. If non-nil, unread information is saved and used in the next Wanderlust session.

wl-stay-folder-window
The initial setting is nil. If non-nil, summary window is appeared on the right side of the folder buffer.

wl-folder-window-width
The initial setting is 20. Folder mode's window width when wl-stay-folder-window is non-nil.

wl-folder-use-frame
The initial setting is nil. If non-nil, use new frame for the folder window.

wl-folder-many-unsync-threshold
The initial setting is 70. If the number of unread messages is more than this value, folder color is changed.

wl-highlight-folder-by-numbers
This option controls how to highlight each line in the folder buffer. The default value is 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
The initial setting is `Desktop'. The name of top folder group.

wl-folder-petname-alist
The initial setting is nil. An alist of folder's realname and its nickname.

wl-folder-access-subscribe-alist
The initial setting is 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
A list of regular expressions for access groups which creates children folder list hierarchically.

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] [ ? ]

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