X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=4917163a067dfe4cfb4466591a69d917c5a0843f;hp=4341a71a94997eda147d56d63c492a5c851ba1b3;hb=3ca2e5020807d066df2490b05e0d1a074c026133;hpb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83 diff --git a/curs_main.c b/curs_main.c index 4341a71..4917163 100644 --- a/curs_main.c +++ b/curs_main.c @@ -111,7 +111,7 @@ static const char *No_visible = N_("No visible messages."); extern size_t UngetCount; -void index_make_entry (char *s, size_t l, MUTTMENU * menu, int num) +void index_make_entry (char *s, ssize_t l, struct menu_t * menu, int num) { format_flag flag = M_FORMAT_MAKEPRINT | M_FORMAT_ARROWCURSOR | M_FORMAT_INDEX; @@ -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); @@ -990,7 +990,7 @@ int mutt_index_menu (void) break; } - if (query_quadoption (OPT_QUIT, _("Quit Mutt-ng?")) == M_YES) { + if (query_quadoption (OPT_QUIT, _("Quit Madmutt?")) == M_YES) { int check; oldcount = Context ? Context->msgcount : 0; @@ -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); @@ -1319,7 +1319,7 @@ int mutt_index_menu (void) if ((menu->menu == MENU_MAIN) && (query_quadoption (OPT_QUIT, - _("Exit Mutt-ng without saving?")) == M_YES)) + _("Exit Madmutt without saving?")) == M_YES)) { if (Context) { mx_fastclose_mailbox (Context);