X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=curs_main.c;h=fd4d2876508669791e57214503569b1722f1fa96;hb=58fbf95737a7601f6e139e39b9f69d102c7e858d;hp=59817668e6c4e76bebac808c48b6efa24b6fadb8;hpb=82c978b426a6669d432c22f0773d807e2a974747;p=apps%2Fmadmutt.git diff --git a/curs_main.c b/curs_main.c index 5981766..fd4d287 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1400,7 +1400,7 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE); if ((menu->menu == MENU_MAIN) && (query_quadoption (OPT_QUIT, - _("Exit Mutt without saving?")) == M_YES)) + _("Exit Mutt-ng without saving?")) == M_YES)) { if (Context) { @@ -2394,6 +2394,8 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE); case OP_SIDEBAR_SCROLL_DOWN: case OP_SIDEBAR_NEXT: case OP_SIDEBAR_PREV: + case OP_SIDEBAR_NEXT_NEW: + case OP_SIDEBAR_PREV_NEW: scroll_sidebar(op, menu->menu); break; default: