This file is indexed.

/usr/lib/evolution/plugins/org-gnome-external-editor.eplug is in evolution-plugins-experimental 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
22
23
<?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
  <e-plugin type="shlib" location="/usr/lib/evolution/plugins/liborg-gnome-external-editor.so" id="org.gnome.plugin.external.editor" name="External Editor">
    <author name="Holger Macht" email="hmacht@suse.de"/>
    <author name="Sankar P" email="sankar2u@gmail.com"/>
    <description>Use an external editor to compose plain-text mail messages.</description>

     <hook class="org.gnome.evolution.ui:1.0">
       <ui-manager id="org.gnome.evolution.composer">
         <menubar name='main-menu'>
           <placeholder name='pre-edit-menu'>
             <menu action='file-menu'>
               <placeholder name="external-editor-holder">
                 <menuitem action="ExternalEditor"/>
               </placeholder>
             </menu>
           </placeholder>
         </menubar>
       </ui-manager>
     </hook>

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