index-storage.c revision 4027c1f2c7a848dfe657d7cf8771a3067003c903
/* Copyright (C) 2002 Timo Sirainen */
#include "lib.h"
#include "mail-index.h"
#include "index-storage.h"
int readonly)
{
const char *path;
/* open the index first */
return NULL;
}
/* then flags file */
return NULL;
}
return ibox;
}
{
}
{
return FALSE;
}
{
used_flags = 0;
}
return used_flags;
}
const char *custom_flags[])
{
}