* wl-vars.el (wl-summary-line-format-spec-alist): Added @.
authorteranisi <teranisi>
Thu, 9 May 2002 14:28:56 +0000 (14:28 +0000)
committerteranisi <teranisi>
Thu, 9 May 2002 14:28:56 +0000 (14:28 +0000)
wl/ChangeLog
wl/wl-vars.el

index a7a2aba..b4a862b 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
index e974d64..1511e40 100644 (file)
@@ -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\)