index-fetch.c revision 95a1a5195d56f3cf5d1e529aad668f87ad3b979b
/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "mail-index-modseq.h"
#include "index-storage.h"
#include "index-mail.h"
{
}
{
unsigned int i, count;
for (i = 0; i < count; i++) {
break;
}
}
}
}
{
struct mail_transaction_log_view *log_view;
const struct mail_index_header *hdr;
const struct mail_transaction_header *thdr;
unsigned int count;
const void *tdata;
bool reset;
&log_seq, &log_offset))
return FALSE;
/* we haven't seen this high expunges at all */
return TRUE;
}
&reset) <= 0) {
return FALSE;
}
/* do only minimal range checks while adding the UIDs. */
continue;
}
}
}
/* remove UIDs not in the wanted UIDs range */
return TRUE;
}