From fe9c0a5c7c1ee5cd610a2058e83ea691fa471099 Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 9 May 2002 14:28:56 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-line-format-spec-alist): Added @. --- wl/ChangeLog | 2 ++ wl/wl-vars.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index a7a2aba..b4a862b 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,7 @@ 2002-05-09 Yuuichi Teranishi + * wl-vars.el (wl-summary-line-format-spec-alist): Added @. + * wl.el (wl-check-variables-2): Check whether wl-summary-line-format and wl-folder-summary-line-format-alist contain %T and %P. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index e974d64..1511e40 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -229,7 +229,8 @@ which are replaced by the given information: (?l (wl-summary-line-list-count)) (?T (or wl-temp-mark " ")) (?P (or wl-persistent-mark " ")) - (?n (wl-summary-line-number))) + (?n (wl-summary-line-number)) + (?@ (wl-summary-line-attached))) "An alist of format specifications that can appear in summary lines. Each element is a list of following: \(SPEC STRING-EXP\) -- 1.7.10.4