imapc-msgmap.c revision 2454dfa32c93c20a8522c6ed42fe057baaac9f9a
/* Copyright (c) 2011-2017 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "imapc-msgmap.h"
#include "sort.h"
struct imapc_msgmap {
};
struct imapc_msgmap *imapc_msgmap_init(void)
{
struct imapc_msgmap *msgmap;
return msgmap;
}
{
}
{
}
{
}
{
return *uidp;
}
{
if (p == NULL) {
*rseq_r = 0;
return FALSE;
}
return TRUE;
}
{
}
{
}
{
}