mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
Monotone-Parent: b4877f2729cab76fd5d38a99c8de852adf2573f1
Monotone-Revision: 8564a65896abd2a99c1994b8cfdec195d21899ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-12T08:20:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -218,6 +218,8 @@ static Class NSNumberK;
|
||||
NSDate *value;
|
||||
NSNumber *ti;
|
||||
|
||||
[self synchroniseCache];
|
||||
|
||||
ti = [[versionsMessage properties]
|
||||
objectForKey: @"SyncLastModificationDate"];
|
||||
if (ti)
|
||||
|
||||
Reference in New Issue
Block a user