[evolution-data-server/imap-pop-mobile: 11/12] Fix a crash while fetching old messages.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/imap-pop-mobile: 11/12] Fix a crash while fetching old messages.
- Date: Thu, 2 Feb 2012 11:00:31 +0000 (UTC)
commit 250eef56844caef69da62d1a15e3fa49d53608fc
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Thu Jan 26 18:39:43 2012 +0530
Fix a crash while fetching old messages.
camel/providers/imapx/camel-imapx-server.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 2f9d118..6d6354a 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -6267,8 +6267,8 @@ camel_imapx_server_fetch_messages (CamelIMAPXServer *is,
success = registered && imapx_run_job (is, job, error);
- if (success && camel_folder_change_info_changed (job->u.refresh_info.changes))
- camel_folder_changed (folder, job->u.refresh_info.changes);
+ if (success && camel_folder_change_info_changed (data->changes) && camel_folder_change_info_changed (data->changes))
+ camel_folder_changed (folder, data->changes);
uid = imapx_get_uid_from_index (folder->summary, 0);
newfirstuid = strtoull(uid, NULL, 10);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]