This especially improves dsync performance.
struct mail_index_map *map;
const void *data;
uint32_t offset;
- bool expunged;
- mail_index_lookup_ext_full(view, seq, cache->ext_id,
- &map, &data, &expunged);
+ mail_index_lookup_ext_full(view, seq, cache->ext_id, &map, &data, NULL);
if (data == NULL) {
/* no cache offsets */
return 0;
ARRAY_TYPE(uint32_t) seq_offsets;
uint32_t i, seq_count, reset_id, prev_offset, *offsetp;
const void *data;
- bool expunged;
i_assert(ctx->min_seq != 0);
else {
mail_index_lookup_ext_full(ctx->view->trans_view, seqs[i],
ctx->cache->ext_id, &map,
- &data, &expunged);
+ &data, NULL);
prev_offsetp = data;
if (prev_offsetp == NULL || *prev_offsetp == 0)