This file is indexed.

/usr/share/geary/ui/app_menu.interface is in geary 0.6.0-0ubuntu2.

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
<interface>
    <menu id='app-menu'>
        <section>
            <item>
                <attribute name='label' translatable='yes'>A_ccounts</attribute>
                <attribute name='action'>app.GearyAccounts</attribute>
                <attribute name='accel'>&lt;Primary&gt;M</attribute>
            </item>
            <item>
                <attribute name='label' translatable='yes'>_Preferences</attribute>
                <attribute name='action'>app.GearyPreferences</attribute>
                <attribute name='accel'>&lt;Primary&gt;E</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name='label' translatable='yes'>_Donate</attribute>
                <attribute name='action'>app.GearyDonate</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name='label' translatable='yes'>_Help</attribute>
                <attribute name='action'>app.GearyHelp</attribute>
                <attribute name='accel'>F1</attribute>
            </item>
            <item>
                <attribute name='label' translatable='yes'>_About</attribute>
                <attribute name='action'>app.GearyAbout</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name='label' translatable='yes'>_Quit</attribute>
                <attribute name='action'>app.GearyQuit</attribute>
                <attribute name='accel'>&lt;Primary&gt;Q</attribute>
            </item>
        </section>
    </menu>
</interface>