This file is indexed.

/usr/share/popfile/skins/default/imap-bucket-folders.thtml is in popfile 1.1.3+dfsg-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
<!--  This is the output of template imap-bucket-folders.thtml -->

<TMPL_IF NAME="IMAP_if_mailboxes">

<form action="/configuration" method="post">

    <TMPL_LOOP NAME="IMAP_loop_buckets">

    <label class="configurationLabel">
        <TMPL_VAR NAME="IMAP_Bucket_Header">
    </label>
    <br />
    <select name="imap_folder_for_<TMPL_VAR NAME="IMAP_bucket">">

    <TMPL_UNLESS NAME="IMAP_mailbox_defined">
        <option selected="selected"></option>
    </TMPL_UNLESS>

    <TMPL_LOOP NAME="IMAP_loop_mailboxes">

        <option value="<TMPL_VAR NAME="IMAP_mailbox">" <TMPL_VAR NAME="IMAP_selected">>
            <TMPL_VAR NAME="IMAP_mailbox">
        </option>

    </TMPL_LOOP>

    </select><br />

    </TMPL_LOOP>

    <TMPL_IF NAME="IMAP_buckets_to_folders_if_error">
       <blockquote>
        <div class="error01">
            <TMPL_VAR NAME="Localize_Imap_MapError">
        </div>
    </blockquote>
    </TMPL_IF>

    <input type="submit" class="submit" name="imap_3_bucket_folders" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
</form>

<TMPL_ELSE>

    <!-- Nothing to do for imap-bucket-folders.thtml -->

</TMPL_IF>

<!-- End of template imap-bucket-folders.thtml -->