}
client->sync_seen_deletes = FALSE;
- client->sync_seen_expunges = FALSE;
if ((client->enabled_features & MAILBOX_FEATURE_QRESYNC) != 0) {
return cmd_sync(cmd, MAILBOX_SYNC_FLAG_EXPUNGE,
IMAP_SYNC_FLAG_SAFE, "OK Expunge completed.");
/* syncing marks this TRUE when it sees \Deleted flags. this is by
EXPUNGE for Outlook-workaround. */
unsigned int sync_seen_deletes:1;
- unsigned int sync_seen_expunges:1;
unsigned int disconnected:1;
unsigned int destroyed:1;
unsigned int handling_input:1;
}
break;
case MAILBOX_SYNC_TYPE_EXPUNGE:
- ctx->client->sync_seen_expunges = TRUE;
ret = imap_sync_send_expunges(ctx, str);
if (ret > 0) {
/* update only after we're finished, so that