aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml
Commit message (Collapse)AuthorAgeFilesLines
* Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-141-26/+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-7/+6
| | | | | | | | | | | | | - 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 #519304Sankar P2008-03-191-1/+1
| | | | | | | | | | | | | 2008-03-19 Sankar P <psankar@novell.com> ** Fix for bug #519304 * org-gnome-bogo-junk-plugin.eplug.xml: Mark plugin name for translation. svn path=/trunk/; revision=35215
* ** Fix for bug #468294Srinivasa Ragavan2007-08-221-1/+1
| | | | svn path=/trunk/; revision=34055
* ** Fix for bug #468303Srinivasa Ragavan2007-08-221-1/+1
| | | | svn path=/trunk/; revision=34054
* ** Fixes part of bug #337616Matthew Barnes2007-05-131-0/+27
2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521