maildir-rebuild.c revision 74fbdec334e6e5a4d0fc9c9d2e11415a15892d4c
/* Copyright (C) 2002 Timo Sirainen */
#include "lib.h"
#include "maildir-index.h"
#include "mail-index-data.h"
#include "mail-index-util.h"
#include "mail-tree.h"
#include <unistd.h>
{
return FALSE;
/* reset the header */
/* require these fields */
/* update indexid, which also means that our state has completely
changed */
sizeof(struct mail_index_header), MS_SYNC) < 0)
}
/* reset data file */
return FALSE;
return FALSE;
}
/* read the mails by syncing */
return FALSE;
/* rebuild is complete - remove the flag */
return TRUE;
}