X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=4d58326f89519470652bc00bed13daac3f9b243c;hp=05c84416893650793f9ba5595b0a633fde9177d8;hb=ce31869e540c4f27d4a398482a44856f314883da;hpb=b17296ba049d71986028ac83f0b415a021d0691c;ds=sidebyside diff --git a/curs_main.c b/curs_main.c index 05c8441..4d58326 100644 --- a/curs_main.c +++ b/curs_main.c @@ -989,6 +989,8 @@ int mutt_index_menu (void) mutt_draw_tree (Context); menu->redraw = REDRAW_FULL; } + if (Context->pattern) + mutt_message _("To view all messages, limit to \"all\"."); break; case OP_QUIT: @@ -2341,6 +2343,10 @@ int mutt_index_menu (void) mutt_what_key (); break; + case OP_REBUILD_CACHE: + mx_rebuild_cache (); + break; + case OP_SIDEBAR_SCROLL_UP: case OP_SIDEBAR_SCROLL_DOWN: case OP_SIDEBAR_NEXT: