From: Pierre Habouzit Date: Wed, 8 Nov 2006 12:10:07 +0000 (+0100) Subject: don't force buffy_check when changing folder. X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=3ca2e5020807d066df2490b05e0d1a074c026133;ds=inline don't force buffy_check when changing folder. Signed-off-by: Pierre Habouzit --- diff --git a/curs_main.c b/curs_main.c index 92c6922..4917163 100644 --- a/curs_main.c +++ b/curs_main.c @@ -434,7 +434,7 @@ int mutt_index_menu (void) IndexHelp); if (!attach_msg) { - buffy_check (1); /* force the buffy check after we enter the folder */ + buffy_check (0); /* force the buffy check after we enter the folder */ /* record folder we open to place sidebar indicator properly */ if (Context && Context->path) sidebar_set_current (Context->path); @@ -1269,7 +1269,7 @@ int mutt_index_menu (void) IndexHelp); #endif mutt_clear_error (); - buffy_check (1); /* force the buffy check after we have changed + buffy_check (0); /* force the buffy check after we have changed the folder */ menu->redraw = REDRAW_FULL; set_option (OPTSEARCHINVALID);