From: Kevin McCarthy Date: Wed, 14 Nov 2018 22:13:47 +0000 (-0800) Subject: Update $index_format cross-references in manual. X-Git-Tag: mutt-1-11-rel~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b5caef39192f056c5861dca80f85132999107d6;p=mutt Update $index_format cross-references in manual. Add index-format-hook to the list of hooks. Add the list of configuration variables that use the expandos. Add a note to $post_index_string that it uses the expandos. --- diff --git a/init.h b/init.h index eafce344..3fca38cd 100644 --- a/init.h +++ b/init.h @@ -1539,7 +1539,13 @@ struct option_t MuttVars[] = { ** rightward text. ** .pp ** Note that these expandos are supported in - ** ``$save-hook'', ``$fcc-hook'' and ``$fcc-save-hook'', too. + ** ``$save-hook'', ``$fcc-hook'', ``$fcc-save-hook'', and + ** ``$index-format-hook''. + ** .pp + ** They are also supported in the configuration variables $$attribution, + ** $$forward_attribution_intro, $$forward_attribution_trailer, + ** $$forward_format, $$indent_string, $$message_format, $$pager_format, + ** and $$post_indent_string. */ { "ispell", DT_PATH, R_NONE, UL &Ispell, UL ISPELL }, /* @@ -2455,6 +2461,8 @@ struct option_t MuttVars[] = { ** .pp ** Similar to the $$attribution variable, Mutt will append this ** string after the inclusion of a message which is being replied to. + ** For a full listing of defined \fCprintf(3)\fP-like sequences see + ** the section on $$index_format. */ { "post_indent_str", DT_SYN, R_NONE, UL "post_indent_string", 0 }, /*