From 06b08adb257351bf8080d960fb98b4265cc43081 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 11 Feb 2004 08:26:58 +0000 Subject: Basically rewrote this, the import tasks run in another thread. It tells 2004-02-11 Not Zed * importers/pine-importer.c: Basically rewrote this, the import tasks run in another thread. It tells you more about what's going on, and its cancellable. (pine_store_settings): changed the meaning of the settings slightly, if set it means we've processed them already. * mail-component-factory.c (factory): hook in importer factory callback. 2004-02-10 Not Zed * importers/*-importer.c: removed module init, just provide a new method. Updates for api changes. * Makefile.am: link mail importers in directly. * mail-importer.c: changed to do stuff in-memory with linked stuff, moved to importers/. * importers/GNOME_Evolution_Mail_Importers.server.in.in: merge all importer .server info's here, point them all to the mailer factory. Removed the others. * importers/Makefile.am: remove Mailer.idl stuff. Move all importers to a single library. svn path=/trunk/; revision=24701 --- mail/mail-component.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/mail-component.c') diff --git a/mail/mail-component.c b/mail/mail-component.c index 53dbe55484..2efe4d7a75 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -44,6 +44,7 @@ #include "em-folder-selection.h" #include "em-migrate.h" +#include "filter/rule-context.h" #include "mail-config.h" #include "mail-component.h" #include "mail-folder-cache.h" @@ -55,6 +56,8 @@ #include "mail-session.h" #include "mail-offline-handler.h" +#include "e-activity-handler.h" + #include "composer/e-msg-composer.h" #include "e-task-bar.h" -- cgit