X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=4917163a067dfe4cfb4466591a69d917c5a0843f;hp=ae62c471b4ad80ffd4cd114bbd2b727ca7e664e2;hb=b98a7ae42f4b22221cf6ba32bf6f29431a07b604;hpb=cdb80705105e4a788baeaef0511363a88bda1db5 diff --git a/curs_main.c b/curs_main.c index ae62c47..4917163 100644 --- a/curs_main.c +++ b/curs_main.c @@ -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);