[evolution-data-server] Bug #669082 - Workaround crash in imapx_command_copy_messages_step_done()
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #669082 - Workaround crash in imapx_command_copy_messages_step_done()
- Date: Wed, 7 Nov 2012 11:35:36 +0000 (UTC)
commit 56e8972729214df0de90a32b39bc0ce3d13cfa95
Author: Andreas Kohn <andreas kohn gmail com>
Date: Wed Nov 7 12:32:28 2012 +0100
Bug #669082 - Workaround crash in imapx_command_copy_messages_step_done()
camel/camel-imapx-server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-imapx-server.c b/camel/camel-imapx-server.c
index 488c702..6de71d6 100644
--- a/camel/camel-imapx-server.c
+++ b/camel/camel-imapx-server.c
@@ -4206,7 +4206,7 @@ imapx_command_copy_messages_step_done (CamelIMAPXServer *is,
}
/* TODO copy the summary and cached messages to the new folder. We might need a sorted insert to avoid refreshing the dest folder */
- if (ic->status->condition == IMAPX_COPYUID) {
+ if (ic->status && ic->status->condition == IMAPX_COPYUID) {
gint i;
for (i = 0; i < ic->status->u.copyuid.copied_uids->len; i++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]