Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes.
2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/evolution-mail.schemas.in.in: * plugins/sa-junk-plugin/em-junk-filter.c (em_junk_sa_get_name): * plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml: Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes. svn path=/trunk/; revision=33363
This commit is contained in:
committed by
Matthew Barnes
parent
2fa5883cce
commit
d67896196c
@ -1,3 +1,9 @@
|
||||
2007-04-03 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* evolution-mail.schemas.in.in:
|
||||
Correctly capitalize SpamAssassin. (#375577)
|
||||
Patch from Priit Laes.
|
||||
|
||||
2007-04-03 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* em-folder-browser.c:
|
||||
|
||||
@ -890,9 +890,9 @@
|
||||
<type>bool</type>
|
||||
<default>true</default>
|
||||
<locale name="C">
|
||||
<short>Use Spamassassin daemon and client</short>
|
||||
<short>Use SpamAssassin daemon and client</short>
|
||||
<long>
|
||||
Use Spamassassin daemon and client (spamc/spamd)
|
||||
Use SpamAssassin daemon and client (spamc/spamd)
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2007-04-03 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* em-junk-filter.c (em_junk_sa_get_name):
|
||||
* org-gnome-sa-junk-plugin.eplug.xml:
|
||||
Correctly capitalize SpamAssassin. (#375577)
|
||||
Patch from Priit Laes.
|
||||
|
||||
2006-08-22 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* em-junk-filter.c: (em_junk_sa_init): #if 0 out unused function and
|
||||
|
||||
@ -99,7 +99,7 @@ char *em_junk_sa_spamd_gconf_binary = NULL;
|
||||
static const char *
|
||||
em_junk_sa_get_name (void)
|
||||
{
|
||||
return _("Spamassassin (built-in)");
|
||||
return _("SpamAssassin (built-in)");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<e-plugin-list>
|
||||
<e-plugin id="org.gnome.evolution.sa_junk_plugin"
|
||||
type="shlib" _name="Spamassassin 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>
|
||||
<_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">
|
||||
@ -13,6 +13,6 @@
|
||||
report_non_junk="em_junk_sa_report_non_junk"
|
||||
commit_reports="em_junk_sa_commit_reports"/>
|
||||
</group>
|
||||
</hook>
|
||||
</hook>
|
||||
</e-plugin>
|
||||
</e-plugin-list>
|
||||
|
||||
Reference in New Issue
Block a user