summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2008-05-14 15:19:14 +0200
committerSamuel Tardieu <sam@rfc1149.net>2008-05-14 15:19:14 +0200
commitfa9fc104ff1ab8a9b469025465c3563c6adcd4e9 (patch)
tree00c1a2e4981fba2bee5f051f4e837491567b2a26 /curs_main.c
parentecdf304b22c3bf1195dc4104d397ec508d2da17f (diff)
Always update status bar after sorting method changes (closes #2120).
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/curs_main.c b/curs_main.c
index ffd0e6fe..e39c8d01 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -927,6 +927,7 @@ int mutt_index_menu (void)
resort_index (menu);
set_option (OPTSEARCHINVALID);
}
+ menu->redraw |= REDRAW_STATUS;
}
break;