X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mh.c;h=5c0d66473262a69bde11846021ceb14579495db3;hp=4ddb15507f1327b6f1eb96fc66c2434ea4ae513d;hb=95fc7c1442ca6109151bbd34716cd9caeb85042a;hpb=42cc85de46ed8971a6c793835023cf26766fb096 diff --git a/mh.c b/mh.c index 4ddb155..5c0d664 100644 --- a/mh.c +++ b/mh.c @@ -1748,7 +1748,7 @@ static int mh_check_mailbox (CONTEXT * ctx, int *index_hint, int unused) ctx->hdrs[i]->active = 0; if ((p = hash_find (fnames, ctx->hdrs[i]->path)) && p->h && - (mbox_strict_cmp_headers (ctx->hdrs[i], p->h))) { + (mutt_cmp_header (ctx->hdrs[i], p->h))) { ctx->hdrs[i]->active = 1; /* found the right message */ if (!ctx->hdrs[i]->changed)