# HG changeset patch # User Timo Sirainen # Date 1503318468 -10800 # Node ID a2285f68f06ddb8cc4e680ae290acc9b69c550cf # Parent 038c69311cb54f4289b9c823b068e2040bb35404 lib-storage: mail_set_mail_cache_corrupted() - set also internal error string diff -r 038c69311cb5 -r a2285f68f06d src/lib-storage/mail-storage.c --- a/src/lib-storage/mail-storage.c Mon Aug 21 15:26:13 2017 +0300 +++ b/src/lib-storage/mail-storage.c Mon Aug 21 15:27:48 2017 +0300 @@ -2821,6 +2821,9 @@ t_strdup_vprintf(fmt, va))); } T_END; + /* update also the storage's internal error */ + mailbox_set_index_error(mail->box); + va_end(va); }