X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcurs_main.c;h=b094f23f561d4a0be79097d8a5532363883eee75;hb=2ac2bb6e436cef59dcbb88031b276aa81a109785;hp=31c11bf400b6b859aeddad608769cb305d34263e;hpb=5b019f814d9278d1567381877b96a1731d0f7e2b;p=apps%2Fmadmutt.git diff --git a/lib-ui/curs_main.c b/lib-ui/curs_main.c index 31c11bf..b094f23 100644 --- a/lib-ui/curs_main.c +++ b/lib-ui/curs_main.c @@ -27,7 +27,6 @@ #include "recvattach.h" #include "buffy.h" #include "thread.h" -#include "mutt_sasl.h" #include @@ -2282,10 +2281,6 @@ 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: @@ -2315,7 +2310,6 @@ int mutt_index_menu (void) /* Close all open NNTP connections */ nntp_logout_all (); #endif - mutt_sasl_done (); } mutt_menuDestroy (&menu);