blob: 7dee4cd2d3b19bb8e101f02cb95bc482d5eeca33 (
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"?>
<e-plugin-list>
<e-plugin id="org.gnome.evolution.sa_junk_plugin"
type="shlib" _name="SpamAssassin junk plugin"
location="@PLUGINDIR@/liborg-gnome-sa-junk-plugin@SOEXT@">
<_description>Filters junk messages using SpamAssassin. This plugin requires SpamAssassin to be installed.</_description>
<author name="Vivek Jain" email="jvivek@novell.com"/>
<hook class="org.gnome.evolution.mail.junk:1.0">
<group id="EMJunk" >
<item name="Spamassasin"
check_junk="em_junk_sa_check_junk"
report_junk="em_junk_sa_report_junk"
report_non_junk="em_junk_sa_report_non_junk"
commit_reports="em_junk_sa_commit_reports"
validate_binary="em_junk_sa_validate_binary"/>
</group>
</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/10.options" _label="Spamassassin Options"/>
<item type="item_table" path="40.junk/20.options" factory="org_gnome_sa_use_remote_tests"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>
|