This file is indexed.

/usr/include/thunderbird/nsMsgMessageFlags.h is in thunderbird-dev 1:38.6.0+build1-0ubuntu1.

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
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM ../../../dist/idl/nsMsgMessageFlags.idl
 */

#ifndef __gen_nsMsgMessageFlags_h__
#define __gen_nsMsgMessageFlags_h__

/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
typedef uint32_t  nsMsgMessageFlagType;


/* starting interface:    nsMsgMessageFlags */
#define NS_MSGMESSAGEFLAGS_IID_STR "1ea3acdb-7b9f-4e35-9513-76e0a0cc6baa"

#define NS_MSGMESSAGEFLAGS_IID \
  {0x1ea3acdb, 0x7b9f, 0x4e35, \
    { 0x95, 0x13, 0x76, 0xe0, 0xa0, 0xcc, 0x6b, 0xaa }}

class NS_NO_VTABLE nsMsgMessageFlags {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_MSGMESSAGEFLAGS_IID)

  enum {
    Read = 1U,
    Replied = 2U,
    Marked = 4U,
    Expunged = 8U,
    HasRe = 16U,
    Elided = 32U,
    FeedMsg = 64U,
    Offline = 128U,
    Watched = 256U,
    SenderAuthed = 512U,
    Partial = 1024U,
    Queued = 2048U,
    Forwarded = 4096U,
    Priorities = 57344U,
    New = 65536U,
    Ignored = 262144U,
    IMAPDeleted = 2097152U,
    MDNReportNeeded = 4194304U,
    MDNReportSent = 8388608U,
    Template = 16777216U,
    Attachment = 268435456U,
    Labels = 234881024U,
    RuntimeOnly = 32U
  };

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsMsgMessageFlags, NS_MSGMESSAGEFLAGS_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSMSGMESSAGEFLAGS \

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSMSGMESSAGEFLAGS(_to) \

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSMSGMESSAGEFLAGS(_to) \

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class _MYCLASS_ : public nsMsgMessageFlags
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSMSGMESSAGEFLAGS

  _MYCLASS_();

private:
  ~_MYCLASS_();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS(_MYCLASS_, nsMsgMessageFlags)

_MYCLASS_::_MYCLASS_()
{
  /* member initializers and constructor code */
}

_MYCLASS_::~_MYCLASS_()
{
  /* destructor code */
}

/* End of implementation class template. */
#endif

typedef uint32_t  nsMsgProcessingFlagType;


/* starting interface:    nsMsgProcessingFlags */
#define NS_MSGPROCESSINGFLAGS_IID_STR "1f7d642b-de2a-45f0-a27f-9c9ce0b741d8"

#define NS_MSGPROCESSINGFLAGS_IID \
  {0x1f7d642b, 0xde2a, 0x45f0, \
    { 0xa2, 0x7f, 0x9c, 0x9c, 0xe0, 0xb7, 0x41, 0xd8 }}

class NS_NO_VTABLE nsMsgProcessingFlags {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_MSGPROCESSINGFLAGS_IID)

  enum {
    ClassifyJunk = 1U,
    ClassifyTraits = 2U,
    TraitsDone = 4U,
    FiltersDone = 8U,
    FilterToMove = 16U,
    NotReportedClassified = 32U,
    NumberOfFlags = 6U
  };

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsMsgProcessingFlags, NS_MSGPROCESSINGFLAGS_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSMSGPROCESSINGFLAGS \

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSMSGPROCESSINGFLAGS(_to) \

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSMSGPROCESSINGFLAGS(_to) \

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class _MYCLASS_ : public nsMsgProcessingFlags
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSMSGPROCESSINGFLAGS

  _MYCLASS_();

private:
  ~_MYCLASS_();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS(_MYCLASS_, nsMsgProcessingFlags)

_MYCLASS_::_MYCLASS_()
{
  /* member initializers and constructor code */
}

_MYCLASS_::~_MYCLASS_()
{
  /* destructor code */
}

/* End of implementation class template. */
#endif


#endif /* __gen_nsMsgMessageFlags_h__ */