From: Michael Elkins Date: Tue, 22 Oct 2002 21:23:20 +0000 (+0000) Subject: Documentation fix; #1326 X-Git-Tag: mutt-1-5-2-rel~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25977e7cf338f54bf6d22ff3e9739e18baebd1c9;p=mutt Documentation fix; #1326 --- diff --git a/init.h b/init.h index 5ea313fe..635f59dd 100644 --- 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" diff --git a/recvattach.c b/recvattach.c index c3813049..4ec18eb5 100644 --- a/recvattach.c +++ b/recvattach.c @@ -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