This file is indexed.

/usr/share/prayer/templates/old/expunge.t is in prayer-templates-src 1.3.5-dfsg1-4build1.

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
%# $Cambridge: hermes/src/prayer/templates/old/expunge.t,v 1.1 2008/09/16 10:52:48 dpc22 Exp $
%#
% CALL header
% IFNEQ $count 1
<h2 style="text-align: center">Confirm expunge for <% $count |h %> messages</h2>
% ELSE
<h2 style="text-align: center">Confirm expunge for 1 message</h2>
% ENDIF
% IFDEF $g_use_icons
<table style="width: 100%">
<tr><td align="center" valign="top">
 <a href="<% list |s %>">
 <img src="<% cross |i %>" alt="Cancel" /></a>
</td>
<td align="center" valign="top">
 <a href="<% expunge1 |s %>">
 <img src="<% tick |i %>" alt="Okay" /></a>
</td>
</tr>
<tr>
<td align="center" valign="top">Cancel</td>
<td align="center" valign="top">Okay</td>
</tr>
</table>
% ELSE
<table style="width: 100%">
<tr>
 <td align="center"><a href="<% list |s %>">Cancel</a></td>
 <td align="center"><a href="<% expunge1 |s %>">Okay</a></td>
</tr>
</table>
% ENDIF
% CALL footer