aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bogo-junk-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace cleanup.Matthew Barnes2009-05-291-19/+19
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-9/+9
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-5/+5
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-10/+10
|
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-2/+2
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Use -no-undefined on Windows. Link with libeutil.Tor Lillqvist2009-01-293-3/+25
| | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined on Windows. Link with libeutil. * bf-junk-filter.c: Tentative port to Windows even though this plugin isn't even compiled on Windows for now. Just for completeness. svn path=/trunk/; revision=37149
* init the bogofilter if it wasn't. say that evolution's welcome message issrinivasa ragavan2008-12-153-1/+54
| | | | | | | | | | | | | 2008-12-15 srinivasa ragavan <sragavan@novell.com> * makefile.am: * bf-junk-filter.c: (init_db), (pipe_to_bogofilter): init the bogofilter if it wasn't. say that evolution's welcome message is not junk. svn path=/trunk/; revision=36883
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-142-10/+21
| | | | svn path=/trunk/; revision=36617
* Report errors properly. Thanks to Reid Thompson whom found it.Milan Crha2008-04-292-1/+6
| | | | | | | | | | 2008-04-29 Milan Crha <mcrha@redhat.com> * bf-junk-filter.c: (pipe_to_bogofilter): Report errors properly. Thanks to Reid Thompson whom found it. svn path=/trunk/; revision=35443
* ** Fix for bug #273041Milan Crha2008-04-252-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #273041 * mail/mail.error.xml: (junk-check-error), (junk-report-error), (junk-not-report-error): New error messages added. * mail/em-junk-hook.h: (struct _EMJunkHookTarget), (em_junk_error_quark): * mail/em-junk-hook.c: (manage_error), (em_junk_check_junk), (em_junk_report_junk), (em_junk_report_non_junk): Allow propagation of the error from the plugin in the hook target. * plugins/bogo-junk-plugin/bf-junk-filter.c: (pipe_to_bogofilter), (em_junk_bf_check_junk), (em_junk_bf_report_junk), (em_junk_bf_report_non_junk): Propagate possible errors to the UI. * sa-junk-plugin/em-junk-filter.c: (em_junk_sa_commit_reports), (em_junk_sa_validate_binary): Fix function prototype. * sa-junk-plugin/em-junk-filter.c: (pipe_to_sa_full), (em_junk_sa_test_spamd_running), (em_junk_sa_test_spamassassin), (pipe_to_sa), (em_junk_sa_run_spamd), (em_junk_sa_test_spamd), (em_junk_sa_is_available), (em_junk_sa_check_junk), (get_spamassassin_version), (em_junk_sa_report_junk), (em_junk_sa_report_non_junk): Propagate possible errors to the UI. svn path=/trunk/; revision=35415
* ** Fix for bug #519304Sankar P2008-03-192-1/+8
| | | | | | | | | | | | | 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
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-2/+2
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Use consistent terminology for mail messages (#480621).Matthew Barnes2007-09-283-2/+7
| | | | | | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> * mail/em-account-editor.c: * mail/evolution-mail.schemas.in: * mail/mail-config.glade: * plugins/bbdb/bbdb.c (bbdb_page_factory): * plugins/bogo-junk-plugin/bf-junk-filter.c: * plugins/face/org-gnome-face-eplug.xml: * plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml: * plugins/print-message/org-gnome-print-message.eplug.xml: Use consistent terminology for mail messages (#480621). svn path=/trunk/; revision=34326
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-072-5/+10
| | | | svn path=/trunk/; revision=34192
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Avoid reentrancy in enableSrinivasa Ragavan2007-08-272-2/+8
| | | | svn path=/trunk/; revision=34112
* ** Fix for bug #468294Srinivasa Ragavan2007-08-222-1/+8
| | | | svn path=/trunk/; revision=34055
* ** Fix for bug #468303Srinivasa Ragavan2007-08-222-1/+7
| | | | svn path=/trunk/; revision=34054
* Plugged memory leak.Hiroyuki Ikezoe2007-07-262-0/+6
| | | | | | | | | 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> * bf-junk-filter.c: (convert_unicode_cb): Plugged memory leak. svn path=/trunk/; revision=33850
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-032-5/+8
| | | | svn path=/trunk/; revision=33646
* Fix for version removal from installed filesSrinivasa Ragavan2007-06-031-0/+0
| | | | svn path=/trunk/; revision=33643
* ** Fixes part of bug #337616Matthew Barnes2007-05-133-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Bug 437584 – Compilation warning in evolution's plugins folderSankarasivasubramanian Pasupathilingam2007-05-112-0/+15
| | | | svn path=/trunk/; revision=33507
* Distribute bogo-junk-plugin.schemas.in.in. (#432616)Matthew Barnes2007-04-242-2/+6
| | | | | | | | | 2007-04-23 Matthew Barnes <mbarnes@redhat.com> * Makefile.am: Distribute bogo-junk-plugin.schemas.in.in. (#432616) svn path=/trunk/; revision=33452
* Committing the right Makefile.amSrinivasa Ragavan2007-04-032-2/+41
| | | | svn path=/trunk/; revision=33365
* Added bogofilter to Evolution.Srinivasa Ragavan2007-04-036-0/+404
svn path=/trunk/; revision=33364