/usr/lib/evolution/plugins/org-gnome-email-custom-header.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 22 23 24 25 26 27 28 | <?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
<e-plugin type="shlib" location="/usr/lib/evolution/plugins/liborg-gnome-email-custom-header.so" id="org.gnome.evolution.email-custom-header" name="Custom Header">
<author name="Ashish Shrivastava" email="shashish@novell.com"/>
<description>Add custom headers to outgoing mail messages.</description>
<hook class="org.gnome.evolution.ui:1.0">
<ui-manager id="org.gnome.evolution.composer">
<menubar name='main-menu'>
<menu action='insert-menu'>
<placeholder name="insert-menu-top">
<menuitem action="Custom Header"/>
</placeholder>
</menu>
</menubar>
</ui-manager>
</hook>
<hook class="org.gnome.evolution.mail.config:1.0">
<group target="prefs" id="org.gnome.evolution.mail.composerPrefs">
<item type="section" path="00.general/10.alerts/" factory="org_gnome_email_custom_header_config_option"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>
|