X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=flags.c;h=fc3c4b47b1730d19ba92a81abb62ad35d6ee8598;hp=cbfb2311d08465f76541b86dfe3ecc0aaaa5667a;hb=75147b39ee208b0e6257bc483d96b20b1f5a7995;hpb=4a0b020a3048f079979bea43c04f9fe388f9354d diff --git a/flags.c b/flags.c index cbfb231..fc3c4b4 100644 --- a/flags.c +++ b/flags.c @@ -7,19 +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 #include "mutt.h" #include "sort.h" -#include "mx.h" -#include "sidebar.h" #include @@ -270,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)