This file is indexed.

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

<TMPL_IF NAME="IMAP_if_mailboxes">

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

    <TMPL_LOOP NAME="IMAP_loop_watched_folders">

    <label class="configurationLabel">
        <TMPL_VAR NAME="IMAP_WatchedFolder_Msg"><TMPL_VAR NAME="IMAP_loop_counter">
    </label>
    <br />
    <select name="imap_folder_<TMPL_VAR NAME="IMAP_loop_counter">">

    <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>

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

<TMPL_ELSE>

  <!-- Nothing to configure for imap-watch-folders.thtml -->

</TMPL_IF>

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