[evolution-data-server] Part of bug 610919, to display the exceptions to the user. We still need to enable displaying except
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Part of bug 610919, to display the exceptions to the user. We still need to enable displaying except
- Date: Tue, 15 Jun 2010 11:03:51 +0000 (UTC)
commit c4e569c04d8df6960b8179c671090f4e939d83c6
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Jun 15 16:30:58 2010 +0530
Part of bug 610919, to display the exceptions to the user. We still need to enable displaying exceptions asyncronously
camel/providers/imapx/camel-imapx-server.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 8a6ce5a..ecf75d3 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -33,7 +33,7 @@
#endif
#define c(x)
-#define e(x)
+#define e(x)
#define CFS_CLASS(x) ((CamelFolderSummaryClass *)((CamelObject *)x)->klass)
@@ -4412,7 +4412,6 @@ camel_imapx_server_append_message(CamelIMAPXServer *is, CamelFolder *folder, Cam
job = g_malloc0(sizeof(*job));
job->pri = IMAPX_PRIORITY_APPEND_MESSAGE;
job->type = IMAPX_JOB_APPEND_MESSAGE;
- job->noreply = 1;
job->start = imapx_job_append_message_start;
job->folder = folder;
g_object_ref (folder);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]