Document missing control strings for wl-summary-line-format
authordmaus <dmaus>
Fri, 3 Jun 2011 11:15:25 +0000 (11:15 +0000)
committerdmaus <dmaus>
Fri, 3 Jun 2011 11:15:25 +0000 (11:15 +0000)
* wl-vars.el (wl-summary-line-format): Document missing control
strings.

wl/ChangeLog
wl/wl-vars.el

index 2a7452f..9cb66e4 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-03  Erik Hetzner  <egh@e6h.org>
+
+       * wl-vars.el (wl-summary-line-format): Document missing control
+       strings.
+
 2011-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * wl-demo.el (wl-demo-copyright-notice): Add 2011.
index dea7a78..568be98 100644 (file)
@@ -274,6 +274,7 @@ which are replaced by the given information:
 %D The day of the date field of the message (zero padded).
 %W The weekday name of the date field of the message (zero padded).
 %h The hour of the date field of the message (zero padded).
+%l The number in the mailing list.
 %m The minute of the date field of the message (zero padded).
 %[ An open bracket.  If the message thread is linked,
    it is replaced with '<'.
@@ -287,7 +288,10 @@ which are replaced by the given information:
 %f The from: field string of the message.
 %s The subject: field string of the message.
 %S The size of the message (if available).
+%t The branch of the thread.
+%@ `@' only if the first MIME part is multipart/mixed.
 %~ If the previous spec is not zero-length, replaced with ' '.
+%#  mailing list information (`(' ML-name [ ` ' ML-number ] `)')
 
 If the format string contains the specifiers %( and %), the text between
 them will have the specified number of columns.