From: teranisi Date: Thu, 9 May 2002 14:28:56 +0000 (+0000) Subject: * wl-vars.el (wl-summary-line-format-spec-alist): Added @. X-Git-Tag: elmo-mark-root~144 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fe9c0a5c7c1ee5cd610a2058e83ea691fa471099;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-line-format-spec-alist): Added @. --- 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\)