This file is indexed.

/usr/lib/thunderbird-addons/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-calendar-event-dialog.xul is in xul-ext-gdata-provider 1:52.7.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE overlay SYSTEM "chrome://gdata-provider/locale/gdata.dtd">

<overlay id="gdata-calendar-event-dialog"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <script type="application/javascript" src="chrome://gdata-provider/content/gdata-calendar-event-dialog.js"/>

  <!-- Privacy items -->
  <menupopup id="options-privacy-menupopup">
    <menuitem id="gdata-options-privacy-default-menuitem"
              insertbefore="options-privacy-public-menuitem,options-privacy-private-menuitem"
              label="&gdata.privacy.default.label;"
              accesskey="&gdata.privacy.default.accesskey;"
              type="radio"
              privacy="DEFAULT"
              provider="gdata"
              oncommand="editPrivacy(this)"/>
  </menupopup>

  <menupopup id="event-privacy-menupopup">
    <menuitem id="gdata-event-privacy-default-menuitem"
              name="event-privacy-group"
              insertbefore="event-privacy-public-menuitem,event-privacy-private-menuitem"
              label="&gdata.privacy.default.label;"
              type="radio"
              provider="gdata"
              privacy="DEFAULT"
              oncommand="editPrivacy(this)"/>
  </menupopup>

  <statusbarpanel id="status-privacy">
    <hbox id="gdata-status-privacy-default-box"
          insertbefore="status-privacy-public-box,status-privacy-private-box"
          privacy="DEFAULT"
          provider="gdata"/>
  </statusbarpanel>

  <menupopup id="item-alarm-menupopup">
    <menuitem id="gdata-reminder-default-menuitem"
              insertbefore="reminder-none-separator"
              label="&gdata.reminder.default;"
              provider="gdata"
              value="default"/>
  </menupopup>
</overlay>