raw-mail.c revision 4146f38412c650f4d0e100cf22d7b32e7d24b2b6
/* Copyright (c) 2007 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream.h"
#include "index-mail.h"
#include "raw-storage.h"
#include <fcntl.h>
#include <unistd.h>
{
return -1;
}
return 0;
}
{
if (raw_mail_stat(_mail) < 0)
return -1;
}
return 0;
}
{
if (raw_mail_stat(_mail) < 0)
return -1;
}
return 0;
}
{
if (raw_mail_stat(_mail) < 0)
return -1;
}
return 0;
}
static int
{
}
}
struct mail_vfuncs raw_mail_vfuncs = {
};