aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml
Commit message (Collapse)AuthorAgeFilesLines
* Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-141-24/+0
| | | | | | | | | | | | | | | | | We now have a proper junk mail filtering API. All junk filtering extensions must subclass EMailJunkFilter for user preferences and availability testing, and implement the CamelJunkFilter interface for the actual junk filtering and learning operations. The bogofilter module should be feature-equivalent to its former EPlugin. The spamassassin module is far more complex. It's nearly feature-equivalent to its former EPlugin, but I ditched the spamd respawning code since it seemed unnecessary for a mail client to have to deal with. If there's a huge outcry from users about it I'll reluctantly put it back, but I don't expect one. This gets us a step closer to killing off EConfig, and eventually the EPlugin framework itself.
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-9/+7
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-2/+2
|
* ** Fix for bug #551121Philip Withnall2008-09-261-1/+1
| | | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #551121 * em-junk-filter.c (pipe_to_sa_full), (em_junk_sa_respawn_spamd): * org-gnome-sa-junk-plugin.eplug.xml: Standardise use of "SpamAssassin" vs. "spamassassin" or "Spamassassin". svn path=/trunk/; revision=36452
* ** Fix for bug #515786Milan Crha2008-03-131-1/+1
| | | | | | | | | | | | | | 2008-03-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #515786 * plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml: * plugins/sa-junk-plugin/em-junk-filter.c: (org_gnome_sa_use_remote_tests): * mail/em-migrate.c: (em_migrate), (em_update_sa_junk_setting_2_23): Fix misspelled SpamAssassin word. svn path=/trunk/; revision=35183
* ** Fix for bug #468303Srinivasa Ragavan2007-08-221-1/+1
| | | | svn path=/trunk/; revision=34054
* Committing reworked SA with options in the plugin.Srinivasa Ragavan2007-04-031-3/+11
| | | | svn path=/trunk/; revision=33366
* Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes.Matthew Barnes2007-04-031-3/+3
| | | | | | | | | | | | | 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
* Changing strings to be more precise. Fixes bug 325132.Andre Klapper2006-01-111-2/+2
| | | | | | | | 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
* sa-junk-plugin : plugin that uses spam assasin for junk mail handlingVivek Jain2005-07-061-0/+18
2005-07-06 Vivek Jain <jvivek@novell.com> sa-junk-plugin : plugin that uses spam assasin for junk mail handling moved em-junk-filter.c from mail/ to here and modified it to listen to the callbacks from the plugin. svn path=/trunk/; revision=29645