From: Rocco Rutte Date: Thu, 11 Oct 2007 09:18:51 +0000 (+0200) Subject: Document that $indent_string actually is a format string. X-Git-Tag: mutt-1-5-17-rel~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf94226eeeec685aa23443c1db13b0de83c2f2d4;p=mutt Document that $indent_string actually is a format string. --- diff --git a/init.h b/init.h index 97d5409c..d2335519 100644 --- a/init.h +++ b/init.h @@ -974,6 +974,9 @@ struct option_t MuttVars[] = { ** Specifies the string to prepend to each line of text quoted in a ** message to which you are replying. You are strongly encouraged not to ** change this value, as it tends to agitate the more fanatical netizens. + ** .pp + ** This option is a format string, please see the description of + ** ``$$index_format'' for supported printf()-style sequences. */ { "indent_str", DT_SYN, R_NONE, UL "indent_string", 0 }, /*