2006-01-11 Andre Klapper <a9016009@gmx.de> * org-gnome-sa-junk-plugin.eplug.xml: Changing strings to be more precise. Fixes bug 325132. svn path=/trunk/; revision=31136
19 lines
726 B
XML
19 lines
726 B
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
|
|
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"/>
|
|
</group>
|
|
</hook>
|
|
</e-plugin>
|
|
</e-plugin-list>
|