X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=2889e5ea068b2cbf210b75404019020696c41ede;hp=8f6070cda2470575589b1748608b8ea3a0103e32;hb=76f757084ec84861326ef36977c6e116da9a1432;hpb=24b852b7ee31a675952de8c42643d2448086bbba diff --git a/init.c b/init.c index 8f6070c..2889e5e 100644 --- a/init.c +++ b/init.c @@ -2527,6 +2527,7 @@ void mutt_init (int skip_sys_rc, string_list_t * commands) segment s2 = {"toto", 4 }; segment s3 = {"titi", 4 }; segment s4 = {"\"", 1 }; + segment s5 = {"index_format", 12 }; mutt_endwin(NULL); @@ -2542,6 +2543,9 @@ void mutt_init (int skip_sys_rc, string_list_t * commands) rcparse(parser, RCTK_SPACE, s1, &state); rcparse(parser, RCTK_ATOM, s3, &state); rcparse(parser, RCTK_DQUOTE, s4, &state); + rcparse(parser, RCTK_SPACE, s1, &state); + rcparse(parser, RCTK_DOLLAR, s1, &state); + rcparse(parser, RCTK_ATOM, s5, &state); rcparse(parser, RCTK_NL, s1, &state); rcparse(parser, 0, s1, &state);