From: tomo Date: Sun, 3 Jul 2011 13:28:59 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create tag 'merged-trunk-to-elmo- X-Git-Tag: merged-trunk-to-elmo-imap4-compliance-2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fmerged-trunk-to-elmo-imap4-compliance-2;hp=e850c48cb4d2dd2818f4e7ad244e67a1d78dfede;p=elisp%2Fwanderlust.git This commit was manufactured by cvs2svn to create tag 'merged-trunk-to-elmo- imap4-compliance-2'. --- 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.