From 2ac5b884fe9cca11f9fed05b0f2cd5f50aba3d84 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 5 Apr 2001 02:31:47 +0000 Subject: merge from evolution-0-10-branch to evolution-0-10-merge-0 2001-04-05 Not Zed * merge from evolution-0-10-branch to evolution-0-10-merge-0 svn path=/trunk/; revision=9194 --- camel/providers/local/camel-mbox-summary.c | 4 ++++ camel/providers/pop3/camel-pop3-folder.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/local/camel-mbox-summary.c b/camel/providers/local/camel-mbox-summary.c index a37d1633ff..389b1f356c 100644 --- a/camel/providers/local/camel-mbox-summary.c +++ b/camel/providers/local/camel-mbox-summary.c @@ -35,6 +35,10 @@ #include #include +#include "camel-mbox-summary.h" +#include "camel/camel-mime-message.h" +#include "camel/camel-operation.h" + #define io(x) #define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/ diff --git a/camel/providers/pop3/camel-pop3-folder.c b/camel/providers/pop3/camel-pop3-folder.c index 3b1366ba27..96b5471828 100644 --- a/camel/providers/pop3/camel-pop3-folder.c +++ b/camel/providers/pop3/camel-pop3-folder.c @@ -286,7 +286,7 @@ pop3_get_message (CamelFolder *folder, const char *uid, CamelException *ex) return NULL; } - camel_operation_start(NULL, _("Retrieving POP message %d"), num); + camel_operation_start_transient(NULL, _("Retrieving POP message %d"), num); status = camel_pop3_command (CAMEL_POP3_STORE (folder->parent_store), &result, ex, "RETR %d", num); -- cgit v1.2.3