blob: a803432bccfa4a5a97aaedecf6a5d3c12c01b8e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
* bf-junk-filter.c:
Use consistent terminology for mail messages (#480621).
2007-09-07 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #473903
* bf-junk-filter.c: (em_junk_bf_validate_binary): Changing function
prototype to fit what is expected in 'invoke', returns value based on it.
2007-08-27 Srinivasa Ragavan <sragavan@novell.com>
* bf-junk-filter.c: (e_plugin_lib_enable): Avoid re-entrancy in
enable
2007-08-22 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #468294
* org-gnome-bogo-junk-plugin.eplug.xml: Add a few strings for
translation.
2007-08-22 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #468303
* org-gnome-bogo-junk-plugin.eplug.xml: Enable strings for i18n.
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* bf-junk-filter.c: (convert_unicode_cb): Plugged memory leak.
2007-06-03 Srinivasa Ragavan <sragavan@novell.com>
** Fix for version removal from Installed files from Gilles Dartiguelongue
* Makefile.am:
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #337616
* Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
* org-gnome-bogo-junk-plugin.eplug.in: Rename as *.eplug.xml.
2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr>
* bf-junk-filter.c: add prototypes to clean compilation warnings
Fixes part of bug #437584
2007-04-23 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am: Distribute bogo-junk-plugin.schemas.in.in. (#432616)
2007-04-03 Srinivasa Ragavan <sragavan@novell.com>
* Makefile.am: Committing the right Makefile.am
2007-04-03 Srinivasa Ragavan <sragavan@novell.com>
** Added bogofilter part of Evolution source.
2006-02-19 Mikhail Zabaluev <mhz@altlinux.org>
* configure.ac: Switched to evolution-plugin-2.6 for plugin configuration.
Bumped version to 0.2.0.
* org-altlinux-bf-junk-plugin.eplug.in: Templatized the plugin manifesto,
with plugin install directory substituted.
* configure.ac: Added org-altlinux-bf-junk-plugin.eplug to AC_CONFIG_FILES.
* Makefile.am: Added org-altlinux-bf-junk-plugin.eplug.in to EXTRA_DIST.
* README: Added bug reference to the initial ham training problem.
2005-11-22 Mikhail Zabaluev <mhz@altlinux.org>
* README: Added reference to Spam Trainer.
* README: Reflect on the fix for bug #313096 that made it to Evolution 2.5.2.
|