From 5855c961c2284b73921397e2b7c8cd4a2b0f09f7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 12 Mar 2012 08:20:22 +0000 Subject: [PATCH] Monotone-Parent: b4877f2729cab76fd5d38a99c8de852adf2573f1 Monotone-Revision: 8564a65896abd2a99c1994b8cfdec195d21899ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-12T08:20:22 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ OpenChange/MAPIStoreGCSFolder.m | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 22a41f97e..1ff575d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-03-12 Wolfgang Sourdeau + * OpenChange/MAPIStoreGCSFolder.m (-lastMessageModificationTime): + force a synchronisation from here to ensure that the cache is + up-to-date. + * OpenChange/MAPIStoreTypes.m (_reverseCN): fixed used of ull constants on 32 bit platforms. diff --git a/OpenChange/MAPIStoreGCSFolder.m b/OpenChange/MAPIStoreGCSFolder.m index 6a4298b2b..b27e0a24f 100644 --- a/OpenChange/MAPIStoreGCSFolder.m +++ b/OpenChange/MAPIStoreGCSFolder.m @@ -218,6 +218,8 @@ static Class NSNumberK; NSDate *value; NSNumber *ti; + [self synchroniseCache]; + ti = [[versionsMessage properties] objectForKey: @"SyncLastModificationDate"]; if (ti)