Files
evolution/plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml
Matthew Barnes 32f545cdf0 Simplify EPlugin loading at startup.
- Require all EPlugin and EPluginHook subtypes be registered before
  loading plugins.  This drastically simplifies the EPlugin/EPluginHook
  negotiation.

- Turn most EPluginHook subtypes into GTypeModules and register their
  types from an e_module_load() function (does not include shell hooks).

- Convert EPluginLib and the Mono and Python bindings to GTypeModules
  and register their types from an e_module_load() function, and kill
  EPluginTypeHook.
2009-08-29 17:23:20 -04:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
<e-plugin type="shlib"
location="@PLUGINDIR@/liborg-gnome-bogo-junk-plugin.so"
id="org.gnome.evolution.bogo.bf_junk_plugin"
_name="Bogofilter Junk Filter">
<_description>Filter junk messages using Bogofilter.</_description>
<author name="Mikhail Zabaluev" email="mhz@altlinux.org"/>
<hook class="org.gnome.evolution.mail.junk:1.0">
<interface name="Bogofilter"
report_non_junk="em_junk_bf_report_non_junk"
report_junk="em_junk_bf_report_junk"
check_junk="em_junk_bf_check_junk"
commit_reports="em_junk_bf_commit_reports"
validate_binary="em_junk_bf_validate_binary"/>
</hook>
<!-- hook into the 'mail properties' menu -->
<hook class="org.gnome.evolution.mail.config:1.0">
<group target="prefs" id="org.gnome.evolution.mail.prefs">
<item type="section_table" path="40.junk/30.options" _label="Bogofilter Options"/>
<item type="item_table" path="40.junk/40.options" factory="org_gnome_bogo_convert_unicode"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>