From: teranisi Date: Tue, 7 May 2002 04:11:38 +0000 (+0000) Subject: * wl-vars.el (wl-summary-line-format): Addes some description to the X-Git-Tag: elmo-mark-root~154 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=12f832c8427566904b12751fcb2a4a17c7e6919a;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-line-format): Addes some description to the docstring. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 0306acd..d33ef44 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,8 @@ 2002-05-07 Yuuichi Teranishi + * 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. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index f9a3eba..e1af57a 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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)