aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml
blob: 1317b988d956f81fcafbd0c9689543b2e1593807 (plain) (blame)
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
<?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>