This file is indexed.

/usr/lib/evolution/3.12/plugins/org-jylefort-mail-notification.eplug is in mail-notification-evolution 5.4.dfsg.1-13.

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
<e-plugin-list>
  <e-plugin
    id="org.jylefort.evolution.mail-notification"
    type="shlib"
    name="Jean-Yves Lefort's Mail Notification"
    location="/usr/lib/evolution/3.12/plugins/liborg-jylefort-mail-notification.so">

    <description>Provides Evolution mailbox support for Mail Notification.</description>
    <author name="Jean-Yves Lefort" email="jylefort@brutele.be"/>

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

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