X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=flags.c;h=fc3c4b47b1730d19ba92a81abb62ad35d6ee8598;hp=e00dc88062a2e6bb5b493e5238695e27b6e662cc;hb=7d29626ce4e1fa932c6349c7253e6f774df069fc;hpb=1ee89902de184a640c171ae3285bff6882a791bd diff --git a/flags.c b/flags.c index e00dc88..fc3c4b4 100644 --- a/flags.c +++ b/flags.c @@ -12,10 +12,10 @@ #include #include #include +#include #include "mutt.h" #include "sort.h" -#include "mx.h" #include @@ -266,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)