]> granicus.if.org Git - mutt/commitdiff
Update $index_format cross-references in manual.
authorKevin McCarthy <kevin@8t8.us>
Wed, 14 Nov 2018 22:13:47 +0000 (14:13 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 14 Nov 2018 22:13:47 +0000 (14:13 -0800)
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 eafce344a2df2978b8705949205c5a27d48dc597..3fca38cd8eeb1a7ff1a87095c2a40b1c7027804b 100644 (file)
--- 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 },
   /*