From f0175e3798375fafb8b6d4ce1d082a8c537f44c4 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 14 Nov 2018 14:13:47 -0800 Subject: [PATCH] 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. --- init.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/init.h b/init.h index 380d04339..6c3462840 100644 --- a/init.h +++ b/init.h @@ -1704,7 +1704,13 @@ struct ConfigDef 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. */ #ifdef USE_NNTP { "inews", DT_COMMAND, R_NONE, &Inews, 0 }, @@ -2848,6 +2854,8 @@ struct ConfigDef MuttVars[] = { ** .pp ** Similar to the $$attribution variable, NeoMutt 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. */ #ifdef USE_NNTP { "post_moderated", DT_QUAD, R_NONE, &PostModerated, MUTT_ASKYES }, -- 2.40.0