From 39f16a70161b982003faca8b1fea7845a4a4e5fc Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 13 Feb 2004 10:14:30 +0000 Subject: use mail-importer to import the mail tree, fix the account stuff to talk 2004-02-13 Not Zed * importers/netscape-importer.c: use mail-importer to import the mail tree, fix the account stuff to talk directly to mail config. Added cancel button. etc. This is completely untested apart from compiling with no warnings. * importers/mail-importer.c (import_mbox_import): dont re-use the exception for syncing. * importers/evolution-outlook-importer.c: major reworking. Some platform fixes, runs in another thread, simpler/cleaner main loop. This is completely untested apart from compiling with no warnings. * importers/evolution-mbox-importer.c (support_format_fn): we dont want to check the From_ line case insensitive! (create_control_fn): implement this weird api. 2004-02-12 Not Zed * importers/elm-importer.c: rewrote all importing stuff. * importers/mail-importer.c (mail_importer_import_folders_sync): split out into a recursive function & entry. Now handles mozilla format stuff with a flag. (import_mbox_import): made the cameloperation properly save/restore multiple registrations. svn path=/trunk/; revision=24732 --- mail/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 08b1efbce4..d22638b3e9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,31 @@ +2004-02-13 Not Zed + + * importers/netscape-importer.c: use mail-importer to import the + mail tree, fix the account stuff to talk directly to mail config. + Added cancel button. etc. This is completely untested apart from + compiling with no warnings. + + * importers/mail-importer.c (import_mbox_import): dont re-use the + exception for syncing. + + * importers/evolution-outlook-importer.c: major reworking. Some + platform fixes, runs in another thread, simpler/cleaner main loop. + This is completely untested apart from compiling with no warnings. + + * importers/evolution-mbox-importer.c (support_format_fn): we dont + want to check the From_ line case insensitive! + (create_control_fn): implement this weird api. + +2004-02-12 Not Zed + + * importers/elm-importer.c: rewrote all importing stuff. + + * importers/mail-importer.c (mail_importer_import_folders_sync): + split out into a recursive function & entry. Now handles mozilla + format stuff with a flag. + (import_mbox_import): made the cameloperation properly + save/restore multiple registrations. + 2004-02-12 Radek Doulik * em-junk-filter.c (pipe_to_sa_with_error): use -- cgit