]> granicus.if.org Git - neomutt/commitdiff
Update $index_format cross-references in manual
authorKevin McCarthy <kevin@8t8.us>
Wed, 14 Nov 2018 22:13:47 +0000 (14:13 -0800)
committerRichard Russon <rich@flatcap.org>
Mon, 26 Nov 2018 18:27:21 +0000 (18:27 +0000)
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

diff --git a/init.h b/init.h
index 380d043396ffe6bfaecbd381e62b28749d628d23..6c346284034d0fd6d8b6799f2e6766dd987463d7 100644 (file)
--- 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 },