This file is indexed.

/usr/include/dovecot/mailbox-attribute-private.h is in dovecot-dev 1:2.2.22-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
12
13
14
15
#ifndef MAILBOX_ATTRIBUTE_PRIVATE_H
#define MAILBOX_ATTRIBUTE_PRIVATE_H

struct mailbox_attribute_iter {
	struct mailbox *box;
};

void mailbox_attributes_init(void);
void mailbox_attributes_deinit(void);

int mailbox_attribute_value_to_string(struct mail_storage *storage,
				      const struct mail_attribute_value *value,
				      const char **str_r);

#endif