Monotone-Parent: b4877f2729cab76fd5d38a99c8de852adf2573f1

Monotone-Revision: 8564a65896abd2a99c1994b8cfdec195d21899ae

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-12T08:20:22
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-03-12 08:20:22 +00:00
parent b26046aade
commit 5855c961c2
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2012-03-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.

View File

@ -218,6 +218,8 @@ static Class NSNumberK;
NSDate *value;
NSNumber *ti;
[self synchroniseCache];
ti = [[versionsMessage properties]
objectForKey: @"SyncLastModificationDate"];
if (ti)