[evolution-kolab/EDS_IMAPX_nobuild] updated IMAPX files as of EDS commit 7efd1e7969c70fb497febd455591041994bbf90b
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/EDS_IMAPX_nobuild] updated IMAPX files as of EDS commit 7efd1e7969c70fb497febd455591041994bbf90b
- Date: Fri, 16 Mar 2012 21:51:07 +0000 (UTC)
commit d85b521a866c0560592c57ce035ffeccb8ce3326
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Fri Mar 16 22:49:24 2012 +0100
updated IMAPX files as of EDS commit 7efd1e7969c70fb497febd455591041994bbf90b
* updated the local IMAPX code from upstream
* now at EDS commit
7efd1e7969c70fb497febd455591041994bbf90b
src/camel/providers/imapx/camel-imapx-server.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-server.c b/src/camel/providers/imapx/camel-imapx-server.c
index eb50101..13a4bc1 100644
--- a/src/camel/providers/imapx/camel-imapx-server.c
+++ b/src/camel/providers/imapx/camel-imapx-server.c
@@ -637,8 +637,8 @@ imapx_command_start_next (CamelIMAPXServer *is,
/* Start the tagged commands. */
while ((link = g_queue_pop_head (&start)) != NULL) {
CamelIMAPXCommand *ic = link->data;
- camel_imapx_command_queue_delete_link (is->queue, link);
imapx_command_start (is, ic, cancellable, error);
+ camel_imapx_command_queue_delete_link (is->queue, link);
}
return;
@@ -727,8 +727,8 @@ imapx_command_start_next (CamelIMAPXServer *is,
/* Start the tagged commands. */
while ((link = g_queue_pop_head (&start)) != NULL) {
CamelIMAPXCommand *ic = link->data;
- camel_imapx_command_queue_delete_link (is->queue, link);
imapx_command_start (is, ic, cancellable, error);
+ camel_imapx_command_queue_delete_link (is->queue, link);
commands_started = TRUE;
}
@@ -778,8 +778,8 @@ imapx_command_start_next (CamelIMAPXServer *is,
/* Start the tagged commands. */
while ((link = g_queue_pop_head (&start)) != NULL) {
CamelIMAPXCommand *ic = link->data;
- camel_imapx_command_queue_delete_link (is->queue, link);
imapx_command_start (is, ic, cancellable, error);
+ camel_imapx_command_queue_delete_link (is->queue, link);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]