This file is indexed.

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

	  	<description xml:space="preserve">Takes the gruntwork out of managing your address book.

Automatically fills your address book with names and email addresses as you reply to messages.  Also fills in IM contact information from your buddy lists.</description>

		<author name="Nat Friedman" email="nat@novell.com"/>

		<hook class="org.gnome.evolution.mail.events:1.0">
			<event target="message" id="composer.presendchecks" handle="bbdb_handle_send"/>
		</hook>
		<hook class="org.gnome.evolution.addressbook.config:1.0">
			<group target="prefs" id="org.gnome.evolution.addressbook.prefs">
				<item type="page" path="80.bbdb" factory="bbdb_page_factory" label="BBDB"></item>
			</group>
		</hook>

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