/* Copyright (c) 2007-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop.h"
#include "str.h"
#include "cydir-storage.h"
#include "cydir-sync.h"
#include "mailbox-recent-flags.h"
{
}
{
return path;
}
static void
{
}
/* continue anyway */
} else {
}
}
}
}
{
if (hdr->uid_validity != 0)
else
/* mark the newly seen messages as recent */
}
/* already expunged, nothing to do. */
continue;
}
break;
/* FIXME: should be bother calling sync_notify()? */
break;
}
}
}
{
int ret;
if (!force)
if (ret <= 0) {
return ret;
}
return 0;
}
{
if (success) {
ret = -1;
}
} else {
}
return ret;
}
{
return -1;
}
struct mailbox_sync_context *
{
int ret = 0;
}