2002-05-09 Yuuichi Teranishi <teranisi@gohome.org>
+ * 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.
(?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\)