X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=browser.c;h=ae9c5405555628c6723cf39aa87d2e93b274c9e4;hp=69f95daff747f73f44dfeecc443de678b028d170;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=0dbe922d4298aed78dcba64b7c770f315a64505e diff --git a/browser.c b/browser.c index 69f95da..ae9c540 100644 --- a/browser.c +++ b/browser.c @@ -7,29 +7,16 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include -#include #include -#include -#include -#include -#include -#include #include #include -#include -#include -#include -#include -#include - #include #include #include +#include #include "mutt.h" #include "mx.h" @@ -43,7 +30,6 @@ #ifdef USE_NNTP #include "nntp.h" #endif -#include "sidebar.h" #include "lib/list.h" @@ -490,7 +476,7 @@ static int examine_directory (MUTTMENU * menu, struct browser_state *state, add_folder (menu, state, data->group, NULL, data->new); #endif } - sidebar_draw (CurrentMenu); + sidebar_draw (); } else #endif /* USE_NNTP */ @@ -556,7 +542,7 @@ static int examine_directory (MUTTMENU * menu, struct browser_state *state, } closedir (dp); } - sidebar_draw (CurrentMenu); + sidebar_draw (); browser_sort (state); return 0; } @@ -584,7 +570,7 @@ static int examine_mailboxes (MUTTMENU * menu, struct browser_state *state) (!option (OPTSHOWONLYUNREAD)|| data->unread)))) add_folder (menu, state, data->group, NULL, data, data->new); } - sidebar_draw (CurrentMenu); + sidebar_draw (); } else #endif