This file is indexed.

/usr/include/telepathy-1.0/rtcom-telepathy-glib/mailbox-extensions.h is in librtcom-telepathy-glib-dev 0.1.38~git.1.e4dae27b-0ubuntu4.

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
16
17
18
19
20
#ifndef __RTCOM_TELEPATHY_GLIB_MAILBOX_EXTENSIONS_H__
#define __RTCOM_TELEPATHY_GLIB_MAILBOX_EXTENSIONS_H__

#define NOKIA_MAILBOX_NOTIFICATION \
  "x-nokia-mailbox-notification"
#define NOKIA_MAILBOX_HAS_UNREAD \
  "x-nokia-mailbox-has-unread"
#define NOKIA_MAILBOX_UNREAD_COUNT \
  "x-nokia-mailbox-unread-count"
#define NOKIA_MAILBOX_DISCARD_TEXT \
  "x-nokia-mailbox-discard-text"

#define NOKIA_MAIL_SENDER \
  "x-nokia-mail-sender"
#define NOKIA_VOICEMAIL_TYPE \
  "x-nokia-voicemail-type"
#define NOKIA_VOICEMAIL_DURATION \
  "x-nokia-voicemail-duration"

#endif /* ! __RTCOM_TELEPATHY_GLIB_MAILBOX_EXTENSIONS_H__ */