X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=54ac43094a86bbcae89f3fd669166506b723286c;hp=c3b9c14f635c0567d268595345239d3690b69ab1;hb=29bf564686b0b8b34e98838087fa382ba811f8fc;hpb=86d529600952d1b3606e2b163a4edefbf988d1b9 diff --git a/curs_main.c b/curs_main.c index c3b9c14..54ac430 100644 --- a/curs_main.c +++ b/curs_main.c @@ -341,7 +341,6 @@ static void update_index (MUTTMENU * menu, CONTEXT * ctx, int check, if (menu->current < 0) menu->current = ci_first_message (); - } static void resort_index (MUTTMENU * menu) @@ -1194,8 +1193,8 @@ int mutt_index_menu (void) { if (Context && Context->path) strncpy (buf, Context->path, sizeof (buf)); - if (op != OP_SIDEBAR_OPEN) - buffy_next (buf, sizeof (buf)); + if (op != OP_SIDEBAR_OPEN) + buffy_next (buf, sizeof (buf)); } if (op == OP_SIDEBAR_OPEN) {