summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-19 12:52:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-19 12:52:04 +0000
commit9044dd4d58af4b4d64a6e68b7b76c42d317e7ce5 (patch)
tree6c7294a93c4adf68fa7544b13beb6f24a54923a2 /curs_main.c
parent705380445111ecdb41fa537b6b50625e84714429 (diff)
Removing the Attach-Menu feature for the next release
version.
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 2782c334..cf06bcf9 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 (Context, menu->current, op)) == -1)
+ if ((menu->current = mutt_search_command (menu->current, op)) == -1)
menu->current = menu->oldcurrent;
else
menu->redraw = REDRAW_MOTION;