(Follow the change above).
* wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
and removed `F'.
+ (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
+ change above).
2002-05-07 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
"An alist of folder name and a summary line format.
If no match, `wl-summary-line-format' is used.
e.x.
- '((\"^%\" . \"%M/%D(%W)%h:%m %t%[%14F %](%S) %s\")
- (\"^@2ch\" . \"%M%/%D/%h:%m %t[%9F ]%s\")))"
+ '((\"^%\" . \"%M/%D(%W)%h:%m %t%[%14(%c %f%) %](%S) %s\")
+ (\"^@2ch\" . \"%M%/%D/%h:%m %t[%9(%c %f%) ]%s\")))"
:type '(repeat (cons (regexp :tag "Folder Regexp")
(string :tag "line format")))
:group 'wl-summary)