mail-index-view.c revision f7992ce3ff735b8eb2f59b07f1d565dafcc0452e
6781N/A#include "mail-index-view-private.h"
6781N/A#include "mail-transaction-log.h"
unsigned int i, count;
for (i = 0; i < count; i++) {
unsigned int i, count;
for (i = 0; i < count; i++)
static const struct mail_index_header *
static const struct mail_index_record *
return &broken_rec;
return rec;
if (seq == 0) {
return rec;
seq--;
} while (seq > 0);
return head_rec;
return rec;
int nearest_side)
if (nearest_side > 0) {
if (*first_seq_r == 0 ||
#define LOW_UPDATE(x) \
*seq_r = 0;
const unsigned char *data,
const unsigned int *keyword_idx_map;
if (data[i] == 0)
const void *data;
*data_size_r = 0;
return FALSE;
return TRUE;
const struct mail_index_header *
const struct mail_index_record *
const struct mail_index_record *
bool expunged;
bool expunged;
return expunged;
const void *data;
return *first_seq_r != 0;
return *seq_r != 0;
bool *expunged_r)
bool expunged;
*hdr_size_r = 0;
*record_size_r = 0;
*record_align_r = 0;
struct mail_index_view *
return view;
const struct mail_index_ext *
return NULL;