Because we're also returning temporary failure in any case, so there needs
to be some kind of a warning/error logged.
/* mail exists on remote, but not locally. we'll need to
insert this mail back, which means deleting the whole
mailbox and resyncing. */
- imp_debug(importer, "Deleting mailbox '%s': UID=%u GUID=%s is missing locally",
+ i_warning("Deleting mailbox '%s': UID=%u GUID=%s is missing locally",
mailbox_get_vname(importer->box),
change->uid, change->guid);
importer->delete_mailbox = TRUE;