This file is indexed.

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

<TMPL_IF NAME="IMAP_if_connection_configured">

<form action="/configuration" method="post">
    <label class="configurationLabel">
        <TMPL_VAR NAME="Localize_Imap_RefreshFolders">
    </label>
    
    <TMPL_IF NAME="IMAP_update_list_failed">
    
    <blockquote>
        <div class="error01">
            <TMPL_VAR NAME="IMAP_update_list_failed">
        </div>
    </blockquote>
    
    </TMPL_IF>
    
    <input type="submit" class="submit" name="do_imap_4_update_mailbox_list" value="<TMPL_VAR NAME="Localize_Imap_Now">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
</form>

<TMPL_ELSE>

    <p>
        <TMPL_VAR NAME="Localize_Imap_NoConnectionMessage">
    </p>

</TMPL_IF>

<!-- End of template imap-update-mailbox-list.thtml -->