* wl-vars.el (wl-summary-line-format): Addes some description to the
authorteranisi <teranisi>
Tue, 7 May 2002 04:11:38 +0000 (04:11 +0000)
committerteranisi <teranisi>
Tue, 7 May 2002 04:11:38 +0000 (04:11 +0000)
docstring.

wl/ChangeLog
wl/wl-vars.el

index 0306acd..d33ef44 100644 (file)
@@ -1,5 +1,8 @@
 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-vars.el (wl-summary-line-format): Addes some description to the
+       docstring.
+
        * wl-summary.el (wl-summary-line-open-bracket): Abolished.
        (wl-summary-line-close-bracket): Ditto.
        (wl-summary-line-children-number): Ditto.
index f9a3eba..e1af57a 100644 (file)
@@ -224,11 +224,19 @@ which are replaced by the given information:
 %] A close bracket.  If the message thread is linked,
    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)."
+%S The size of the message (if available).
+
+If the format string contains the specifiers %( and %), the text between
+them will have the specified number of columns."
   :group 'wl-summary
   :type 'string)