]> granicus.if.org Git - mutt/commitdiff
Documentation fix; #1326
authorMichael Elkins <me@sigpipe.org>
Tue, 22 Oct 2002 21:23:20 +0000 (21:23 +0000)
committerMichael Elkins <me@sigpipe.org>
Tue, 22 Oct 2002 21:23:20 +0000 (21:23 +0000)
init.h
recvattach.c

diff --git a/init.h b/init.h
index 5ea313fe3b1e7c2b38037f3a193abe569fb06fcb..635f59dd2c095ca0b470ca3935aa5f560959b5e2 100644 (file)
--- a/init.h
+++ b/init.h
@@ -204,6 +204,8 @@ struct option_t MuttVars[] = {
   ** following printf-style sequences are understood:
   ** .pp
   ** .dl
+  ** .dt %C  .dd charset
+  ** .dt %c  .dd reqiures charset conversion (n or c)
   ** .dt %D  .dd deleted flag
   ** .dt %d  .dd description
   ** .dt %e  .dd MIME content-transfer-encoding
@@ -214,6 +216,7 @@ struct option_t MuttVars[] = {
   ** .dt %n  .dd attachment number
   ** .dt %s  .dd size
   ** .dt %t  .dd tagged flag
+  ** .dt %T  .dd graphic tree characters
   ** .dt %u  .dd unlink (=to delete) flag
   ** .dt %>X .dd right justify the rest of the string and pad with character "X"
   ** .dt %|X .dd pad to the end of the line with character "X"
index c38130490ec35656f0cd3b938afe31e4f0acf530..4ec18eb5257d1e7a9e5ad6ec9f84846026d4721c 100644 (file)
@@ -173,6 +173,7 @@ ATTACHPTR **mutt_gen_attach_list (BODY *m,
  * %f = filename
  * %I = content-disposition, either I (inline) or A (attachment)
  * %t = tagged flag
+ * %T = tree chars
  * %m = major MIME type
  * %M = MIME subtype
  * %n = attachment number