/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mbox-storage.h"
#include "mbox-sync-private.h"
static unsigned int
struct mail_index_view *view)
{
"mbox", 0,
sizeof(struct mbox_list_index_record),
sizeof(uint32_t));
}
return mbox->mbox_list_index_ext_id;
}
struct mail_index_view *list_view,
{
const void *data;
const char *path;
bool expunged;
int ret;
return ret;
/* doesn't exist or not synced */
return 1;
}
if (ret < 0)
return ret;
return -1;
}
return 1;
return 0;
}
struct mail_index_transaction *trans,
{
const void *data;
bool expunged;
/* get the current record */
if (expunged)
return;
}