/usr/include/dovecot/index-search-result.h is in dovecot-dev 1:2.2.9-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|