27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?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>
|