This file is indexed.

/usr/lib/evolution/plugins/org-gnome-evolution-attachment-reminder.eplug is in evolution-plugins 3.28.1-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
	<e-plugin type="shlib" location="/usr/lib/evolution/plugins/liborg-gnome-evolution-attachment-reminder.so" id="org.gnome.evolution.attachment-reminder" name="Attachment Reminder">

	  	<description>Reminds you when you forgot to add an attachment to a mail message.</description>

		<author name="Johnny Jacob" email="jjohnny@novell.com"/>

		<hook class="org.gnome.evolution.mail.events:1.0">
			<event target="message" id="composer.presendchecks" handle="org_gnome_evolution_attachment_reminder"/>
		</hook>

		<hook class="org.gnome.evolution.mail.config:1.0">
		        <group target="prefs" id="org.gnome.evolution.mail.composerPrefs">
				<item type="section" path="00.general/10.alerts/" factory="org_gnome_attachment_reminder_config_option"/>
		        </group>
		</hook>

	</e-plugin>
</e-plugin-list>