index-expunge.c revision 3c7a9aa32ddc1a930a75681a6c3cafb8d10fe810
/* Copyright (C) 2002 Timo Sirainen */
#include "lib.h"
#include "index-storage.h"
unsigned int *seq)
{
if (hdr->deleted_messages_count == 0)
return NULL;
/* find mails with DELETED flag and expunge them */
i_warning("index header's deleted_messages_count or "
"first_deleted_uid_lowwater is invalid.");
return NULL;
} else {
}
} else {
*seq = 1;
}
return rec;
}
{
int failed;
return FALSE;
}
return mail_storage_set_index_error(ibox);
return mail_storage_set_index_error(ibox);
return TRUE;
}