From 25977e7cf338f54bf6d22ff3e9739e18baebd1c9 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Tue, 22 Oct 2002 21:23:20 +0000 Subject: [PATCH] Documentation fix; #1326 --- init.h | 3 +++ recvattach.c | 1 + 2 files changed, 4 insertions(+) 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 -- 2.50.1