This file is indexed.

/usr/share/prayer/templates/cam/copy.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
%# $Cambridge: hermes/src/prayer/templates/cam/copy.t,v 1.1 2008/09/16 10:52:45 dpc22 Exp $
%#
% CALL header
% CALL toolbar
% CALL container_start
% CALL status
% IFNEQ $count "1"
<h2 style="text-align: center">Copy <% $count | h %> messages to folder...</h2>
% ELSE
<h2 style="text-align: center">Copy message to folder...</h2>
% ENDIF
% CALL copy_toolbar
<div class="rule"></div>
% IFDEF $g_favourites[0]
Favourite mail folders:
% CALL favlist, $cmd => "copy"
Normal mail folders:
% ENDIF
% CALL folderlist, $cmd => "copy"
%#<div class="rule"></div>
%# CALL copy_toolbar
% IFDEF $g_help
%   CALL copy_help
% ENDIF
% CALL container_end
% CALL footer