diff --git a/src/lib-storage/mail-storage-private.h b/src/lib-storage/mail-storage-private.h index f04ba9912f..47ca36ac88 100644 --- a/src/lib-storage/mail-storage-private.h +++ b/src/lib-storage/mail-storage-private.h @@ -731,7 +731,8 @@ void mail_storage_copy_list_error(struct mail_storage *storage, void mail_storage_copy_error(struct mail_storage *dest, struct mail_storage *src); /* set record in mail cache corrupted */ -void mail_set_mail_cache_corrupted(struct mail *mail, const char *fmt, ...); +void mail_set_mail_cache_corrupted(struct mail *mail, const char *fmt, ...) + ATTR_FORMAT(2, 3); /* Indicate mail being expunged by autoexpunge */ void mail_autoexpunge(struct mail *mail);