summaryrefslogtreecommitdiffstats
path: root/src/lib-storage/index/index-search-result.h
blob: a22d36879b94e7c9d82b29bd5205d00a04a8d3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef INDEX_SEARCH_RESULT_H
#define INDEX_SEARCH_RESULT_H

int index_search_result_update_flags(struct mail_search_result *result,
				     const ARRAY_TYPE(seq_range) *uids);
int index_search_result_update_appends(struct mail_search_result *result,
				       unsigned int old_messages_count);
void index_search_results_update_expunges(struct mailbox *box,
					  const ARRAY_TYPE(seq_range) *expunges);

#endif