Displaying 1 result from an estimated 1 matches for "mbox_sync_set_crit".
2009 Mar 24
1
Making changes to dovecot log levels
...t;, index->error);
to
i_warning("%s", index_error);
and for the file src/lib-storage/index/mbox/mbox-sync.c
changing this code
if (rec == NULL && uid < sync_ctx->idx_next_uid) {
/* this UID was already in index and it was expunged */
mbox_sync_set_critical(sync_ctx,
"mbox sync: Expunged message reappeared in mailbox %s "
"(UID %u < %u, seq=%u, idx_msgs=%u)",
sync_ctx->mbox->path, uid, sync_ctx->idx_next_uid,
sync_ctx->...