X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=flags.c;h=4fe7ce3469ed0f8d07ae92c4f6dd6c1bb0895f63;hp=814b19ab1ad63b7a0e7c9de8802662624a996eaa;hb=e176d53ddc6abf804824cad054a424f45c0a945e;hpb=b8c71f93b0296f815a6538182343ba67e88c0012 diff --git a/flags.c b/flags.c index 814b19a..4fe7ce3 100644 --- a/flags.c +++ b/flags.c @@ -7,18 +7,15 @@ * 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 "mutt.h" -#include "mutt_curses.h" -#include "mutt_menu.h" #include "sort.h" #include "mx.h" -#include "sidebar.h" #include @@ -269,7 +266,7 @@ void _mutt_set_flag (CONTEXT * ctx, HEADER * h, int flag, int bf, int upd_ctx) if (h->searched && (changed != h->changed || deleted != ctx->deleted || tagged != ctx->tagged || flagged != ctx->flagged)) h->searched = 0; - sidebar_draw (0); + sidebar_draw (); } void mutt_tag_set_flag (int flag, int bf)