From 39744ad5d80e30df7acfee9f13ec8dcdb91ffe24 Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 8 May 2002 00:45:27 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c' and removed `F'. --- wl/ChangeLog | 5 +++++ wl/wl-vars.el | 11 +---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 7b32105..0116eb4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2002-05-08 Hiroya Murata + + * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c' + and removed `F'. + 2002-05-07 Yoichi NAKAYAMA * wl-summary.el (wl-summary-line-list-count): Reverted. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 183ee47..9db9e28 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -194,13 +194,7 @@ If you don't have multiple e-mail addresses, you don't have to set this." (?~ (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. @@ -226,13 +220,10 @@ which are replaced by the given information: 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 ' '. -- 1.7.10.4