summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-16 00:22:10 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-16 00:22:10 +0000
commit3fbf23455f182c757e22ceca4d438215b5929b26 (patch)
tree7092d75fb3084b5ddcbb69b05f2b2fef1efec0e0 /curs_main.c
parenta07d9f79f6a533ec83d64dda1c824e3a81c2d493 (diff)
Including Vikas' search code for the "attach message" menu.
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 cf06bcf9..2782c334 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -655,7 +655,7 @@ void mutt_index_menu (void)
case OP_SEARCH_OPPOSITE:
CHECK_MSGCOUNT;
- if ((menu->current = mutt_search_command (menu->current, op)) == -1)
+ if ((menu->current = mutt_search_command (Context, menu->current, op)) == -1)
menu->current = menu->oldcurrent;
else
menu->redraw = REDRAW_MOTION;