Skip to content

Commit

Permalink
lib-index: Finish fixing removal of forced cache decisions from exist…
Browse files Browse the repository at this point in the history
…ing cache files

6ef2504 didn't fix it for already known
fields.
  • Loading branch information
sirainen authored and villesavolainen committed Jan 29, 2018
1 parent 1e06000 commit 865a749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-index/mail-cache-fields.c
Expand Up @@ -402,7 +402,7 @@ int mail_cache_header_fields_read(struct mail_cache *cache)
(cache->fields[fidx].field.decision &
MAIL_CACHE_DECISION_FORCED) == 0) {
cache->fields[fidx].field.decision =
decisions[i];
decisions[i] & ~MAIL_CACHE_DECISION_FORCED;
}
if (field_type_verify(cache, fidx,
types[i], sizes[i]) < 0)
Expand Down

0 comments on commit 865a749

Please sign in to comment.