don't force buffy_check when changing folder.
[apps/madmutt.git] / curs_main.c
index 92c6922..4917163 100644 (file)
@@ -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);