summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
commit57c930bf79e06c485142efeb62ffb1e9d8fe3d3b (patch)
treec3c1e876454aead42f16023f45b23a73961a03d6 /curs_main.c
parent1a5381e07e97fe482c2b3a7c75f99938f0b105d4 (diff)
Mutt 0.92.9i.mutt-0-92-9i
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curs_main.c b/curs_main.c
index 7dbadcae..cf06bcf9 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -114,7 +114,7 @@ void index_make_entry (char *s, size_t l, MUTTMENU *menu, int num)
}
}
- _mutt_make_string (s, l, NONULL (HdrFmt), h, flag);
+ _mutt_make_string (s, l, NONULL (HdrFmt), Context, h, flag);
}
int index_color (int index_no)