mail-storage-callbacks.c revision 54f9cedf212e30f690e8c7487374f2ea890494c6
/* Copyright (C) 2002 Timo Sirainen */
#include "common.h"
#include "ostream.h"
#include "imap-util.h"
#include "mail-storage.h"
#include "commands-util.h"
void *context)
{
"Disk space is full, delete some messages.");
}
{
}
{
}
{
return;
}
{
const char *str;
return;
t_push();
t_pop();
}
void *context)
{
return;
}
void *context)
{
return;
}
unsigned int keywords_count, void *context)
{
return;
}
struct mail_storage_callbacks mail_storage_callbacks = {
};