X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=flags.c;h=4fe7ce3469ed0f8d07ae92c4f6dd6c1bb0895f63;hb=a3279f2d891e671cdc7dde36a48572b5572058f2;hp=232508a6f9eb781a68b47dbc649a2c8d62d9f4ac;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;p=apps%2Fmadmutt.git diff --git a/flags.c b/flags.c index 232508a..4fe7ce3 100644 --- a/flags.c +++ b/flags.c @@ -7,10 +7,6 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - #include #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)