From ac88bbdab103d8f70f9273fd6654039279c26b91 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 27 Oct 2010 11:32:19 +0200 Subject: Bug #633158 - Importer stops after single mail import --- mail/importers/mail-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/importers/mail-importer.c b/mail/importers/mail-importer.c index 7eaed4759e..4654956cc2 100644 --- a/mail/importers/mail-importer.c +++ b/mail/importers/mail-importer.c @@ -186,7 +186,7 @@ import_mbox_exec (struct _import_mbox_msg *m, camel_message_info_free (info); g_object_unref (msg); - if (error != NULL) + if (error && *error != NULL) break; camel_mime_parser_step (mp, NULL, NULL); -- cgit v1.2.3