This file is indexed.

/usr/lib/evolution/plugins/org-gnome-mail-notification.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
<?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
	<e-plugin type="shlib" location="/usr/lib/evolution/plugins/liborg-gnome-mail-notification.so" id="org.gnome.evolution.mail_notification" name="Mail Notification">

		<description>Notifies you when new mail messages arrive.</description>
		<author name="Miguel Angel López Hernández" email="miguel@gulev.org.mx"/>
		<author name="Srinivasa Ragavan" email="sragavan@novell.com"/>

		<hook class="org.gnome.evolution.mail.events:1.0">
			<event target="folder" id="folder.changed" handle="org_gnome_mail_new_notify" enable="newmail"/>
		</hook>

		<hook class="org.gnome.evolution.mail.events:1.0">
			<event target="message" id="message.reading" handle="org_gnome_mail_read_notify"/>
		</hook>
	</e-plugin>
</e-plugin-list>