Skip to content

Commit

Permalink
lib-storage: mail_set_mail_cache_corrupted() - set also internal erro…
Browse files Browse the repository at this point in the history
…r string
  • Loading branch information
sirainen authored and cmouse committed Aug 25, 2017
1 parent 0bab015 commit 041f22a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib-storage/mail-storage.c
Expand Up @@ -2830,6 +2830,9 @@ void mail_set_mail_cache_corrupted(struct mail *mail, const char *fmt, ...)
t_strdup_vprintf(fmt, va)));
} T_END;

/* update also the storage's internal error */
mailbox_set_index_error(mail->box);

va_end(va);
}

Expand Down

0 comments on commit 041f22a

Please sign in to comment.