This file is indexed.

/usr/lib/evolution/plugins/org-gnome-pst-import.eplug is in evolution-plugin-pstimport 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
<?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
  <e-plugin type="shlib" location="/usr/lib/evolution/plugins/liborg-gnome-pst-import.so" id="org.gnome.evolution.plugin.pst.import" name="Outlook PST import">
    <description>Import Outlook messages from PST file</description>
    <author name="Bharath Acharya" email="abharath@novell.com"/>
    <author name="Chris Halls" email="chris.halls@credativ.co.uk"/>
    <hook class="org.gnome.evolution.import:1.0">
        <importer target="uri" supported="org_credativ_evolution_readpst_supported" import="org_credativ_evolution_readpst_import" get-widget="org_credativ_evolution_readpst_getwidget" cancel="org_credativ_evolution_readpst_cancel" name="Outlook personal folders (.pst)">
	</importer>
    </hook>
  </e-plugin> 
</e-plugin-list>