X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=4811ba4e3932c1b432c917acbbc362373934b393;hp=84697245cc45ebbab61eb43b7fff00d8423d180f;hb=fa54675b6ceb98bce1a8931b7cc5b70ecedf4225;hpb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed diff --git a/curs_main.c b/curs_main.c index 8469724..4811ba4 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) @@ -1187,15 +1186,15 @@ int mutt_index_menu (void) cp = _("Open newsgroup in read-only mode"); else cp = _("Open newsgroup"); - nntp_buffy (buf); + nntp_buffy (buf, sizeof (buf)); } else #endif { 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) { @@ -2292,6 +2291,8 @@ int mutt_index_menu (void) break; case OP_BUFFY_LIST: + if (option (OPTFORCEBUFFYCHECK)) + buffy_check (1); buffy_list (); menu->redraw = REDRAW_FULL; break;