Skip to content

Commit

Permalink
lib-storage: index_mail_set_cache_corrupted() - Don't reset internal …
Browse files Browse the repository at this point in the history
…error string

It's already set correctly by the earlier functions.
  • Loading branch information
sirainen authored and villesavolainen committed Sep 12, 2017
1 parent c8c87b6 commit 969fddb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib-storage/index/index-mail.c
Expand Up @@ -2352,7 +2352,6 @@ void index_mail_set_cache_corrupted_reason(struct mail *mail,
"Broken %s in mailbox %s: %s",
field_name, mail->box->vname, reason);
}
mail_storage_set_internal_error(mail->box->storage);
}

int index_mail_opened(struct mail *mail ATTR_UNUSED,
Expand Down

0 comments on commit 969fddb

Please sign in to comment.