This file is indexed.

/usr/share/kde4/config.kcfg/kopete_otr.kcfg is in kopete 4:4.8.2-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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
<kcfgfile name="kopete_otr"/> 
	<group name="Policy">
		<entry name="rbAlways" type="Bool">
			<label>Always encrypt outgoing messages</label>
			<default>false</default>			
		</entry>
		<entry name="rbOpportunistic" type="Bool">
			<label>Automatically encrypt messages if the other side supports OTR</label>
			<default>true</default>
		</entry>		
		<entry name="rbManual" type="Bool">
			<label>Encrypt messages if the other side requests an OTR connection</label>
			<default>false</default>
		</entry>
		<entry name="rbNever" type="Bool">
			<label>Never encrypt outgoing messages</label>
			<default>false</default>
		</entry>
	</group> 
</kcfg>