+2002-05-08 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
+ and removed `F'.
+
2002-05-07 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-summary.el (wl-summary-line-list-count): Reverted.
(?~ (if (zerop (length wl-line-string)) "" " "))
(?c (if wl-thr-children-number
(concat "+" (number-to-string wl-thr-children-number) ":")
- " "))
- (?F (concat
- (if wl-thr-children-number
- (concat "+" (number-to-string wl-thr-children-number) ":")
- "")
- " "
- (wl-summary-line-from)))
+ ""))
(?f (wl-summary-line-from))
(?# (wl-summary-line-list-count)))
"An alist of format specifications that can appear in summary lines.
it is replaced with '>'.
%c The children number of the closed message thread.
Children number is printed like '+??:'.
- If the message is opened, ' ' is displayed.
%C The children number of the closed message thread.
Children number is printed like '[+??] '.
If the message is opened, '>' or '>>' (linked) is displayed.
%f The from: field string of the message.
-%F The children number of the closed message thread and
- the from: field string of the message are concatenated.
%s The subject: field string of the message.
%S The size of the message (if available).
%~ If the previous spec is not zero-length, replaced with ' '.