maildir-expunge.c revision b37634f5bf23ff8c72b88ef6966fd5c730017419
/* Copyright (C) 2002 Timo Sirainen */
#include "lib.h"
#include "ioloop.h"
#include "maildir-index.h"
#include "mail-index-util.h"
#include <unistd.h>
{
return 0;
return 1;
}
return -1;
}
return 1;
}
struct mail_index_record *rec)
{
return FALSE;
if (found) {
/* if we're in out-of-space condition, reset it since we'll
probably have enough space now. */
if (index->next_dirty_flush != 0)
/* cur/ was updated, set it dirty-synced */
}
return TRUE;
}