From fbcdf475521aaf13049ddc7c9f96bb0c9ed9b870 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 23 Jan 2000 01:45:49 +0000 Subject: use the real summary file path instead of a stupid hardcoded one. Fixes 2000-01-22 bertrand * camel/providers/mbox/camel-mbox-folder.c (_check_get_or_maybe_generate_summary_file): use the real summary file path instead of a stupid hardcoded one. Fixes yet another bug. * camel/providers/mbox/camel-mbox-utils.c (parsed_information_to_mbox_summary): don't forget to copy the date too. Fix a very annoying bug. * camel/providers/mbox/camel-mbox-folder.c (_append_message): implemented. A lot of fixes too. Works now. (_get_uid_list): implemented. svn path=/trunk/; revision=1609 --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb43e39c3e..6e5a90ca6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ 2000-01-22 bertrand + * camel/providers/mbox/camel-mbox-folder.c (_check_get_or_maybe_generate_summary_file): + use the real summary file path instead of a + stupid hardcoded one. Fixes yet another bug. + + * camel/providers/mbox/camel-mbox-utils.c (parsed_information_to_mbox_summary): + don't forget to copy the date too. Fix a very annoying bug. + * camel/providers/mbox/camel-mbox-folder.c (_append_message): implemented. A lot of fixes too. Works now. - + (_get_uid_list): implemented. 2000-01-21 bertrand -- cgit