This file is indexed.

/usr/include/dovecot/maildir-filename-flags.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
12
13
#ifndef MAILDIR_FILENAME_FLAGS_H
#define MAILDIR_FILENAME_FLAGS_H

void maildir_filename_flags_get(struct maildir_keywords_sync_ctx *ctx,
			       const char *fname, enum mail_flags *flags_r,
                               ARRAY_TYPE(keyword_indexes) *keywords_r);

const char *maildir_filename_flags_set(const char *fname, enum mail_flags flags);
const char *maildir_filename_flags_kw_set(struct maildir_keywords_sync_ctx *ctx,
					  const char *fname, enum mail_flags flags,
					  ARRAY_TYPE(keyword_indexes) *keywords);

#endif