index-mailbox-check.c revision 7013075e208bc7aa87257df7d9664c84c7c220f3
/* Copyright (C) 2002 Timo Sirainen */
#include "lib.h"
#include "ioloop.h"
#include "index-storage.h"
#include <stdlib.h>
static int check_interval = -1;
static void check_timeout(void *context)
{
return;
}
}
{
const char *str;
if (check_interval < 0) {
if (check_interval < 0)
check_interval = 0;
}
if (check_interval == 0)
return;
}
{
}