From 8c2f3a00ef98717e4203630c8119f2e84d2bb796 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 13 Mar 2001 02:26:18 +0000 Subject: All my changes to get the folder creation working, and the magic Netscape importer. svn path=/trunk/; revision=8661 --- mail/mail-importer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/mail-importer.h') diff --git a/mail/mail-importer.h b/mail/mail-importer.h index e50288c6c0..bab2ff5574 100644 --- a/mail/mail-importer.h +++ b/mail/mail-importer.h @@ -26,8 +26,8 @@ #include #include -#include #include +#include typedef struct _MailImporter MailImporter; struct _MailImporter { @@ -43,6 +43,6 @@ void mail_importer_add_line (MailImporter *importer, gboolean finished); void mail_importer_create_folder (const char *parent_path, const char *name, - const char *type, - const char *description); + const char *description, + const BonoboListener *listener); #endif -- cgit v1.2.3