From 4c1dcabda301fd3fa7d4421e7c1a6079f92e621f Mon Sep 17 00:00:00 2001 From: dmaus Date: Fri, 3 Jun 2011 11:15:25 +0000 Subject: [PATCH] Document missing control strings for wl-summary-line-format * wl-vars.el (wl-summary-line-format): Document missing control strings. --- wl/ChangeLog | 5 +++++ wl/wl-vars.el | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index 2a7452f..9cb66e4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2011-06-03 Erik Hetzner + + * wl-vars.el (wl-summary-line-format): Document missing control + strings. + 2011-01-30 TAKAHASHI Kaoru * wl-demo.el (wl-demo-copyright-notice): Add 2011. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index dea7a78..568be98 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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. -- 1.7.10.4