don't force buffy_check when changing folder.
authorPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 12:10:07 +0000 (13:10 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 12:10:07 +0000 (13:10 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
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);