This file is indexed.

/usr/include/dovecot/maildir-filename.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
#ifndef MAILDIR_FILENAME_H
#define MAILDIR_FILENAME_H

struct maildir_keywords_sync_ctx;

const char *maildir_filename_generate(void);

bool maildir_filename_get_size(const char *fname, char type, uoff_t *size_r);

unsigned int maildir_filename_base_hash(const char *fname);
int maildir_filename_base_cmp(const char *fname1, const char *fname2);
int maildir_filename_sort_cmp(const char *fname1, const char *fname2);

#endif