From 12f832c8427566904b12751fcb2a4a17c7e6919a Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 7 May 2002 04:11:38 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-line-format): Addes some description to the docstring. --- wl/ChangeLog | 3 +++ wl/wl-vars.el | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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) -- 1.7.10.4