mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
Monotone-Parent: b0613f483a296b882038d9d023bcb71c82d4916e
Monotone-Revision: 0811b557e4a5f5fb3a026bfc3e9578e656e1d32b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-26T19:02:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -153,9 +153,9 @@ static Class MAPIStoreFSMessageK;
|
||||
return folderKeys;
|
||||
}
|
||||
|
||||
- (id) lookupChild: (NSString *) childKey
|
||||
- (id) lookupFolder: (NSString *) childKey
|
||||
{
|
||||
id childObject;
|
||||
id childObject = nil;
|
||||
SOGoMAPIFSFolder *childFolder;
|
||||
|
||||
[self folderKeys];
|
||||
@@ -166,8 +166,6 @@ static Class MAPIStoreFSMessageK;
|
||||
childObject = [MAPIStoreFSFolder mapiStoreObjectWithSOGoObject: childFolder
|
||||
inContainer: self];
|
||||
}
|
||||
else
|
||||
childObject = [super lookupChild: childKey];
|
||||
|
||||
return childObject;
|
||||
}
|
||||
@@ -191,7 +189,7 @@ static Class MAPIStoreFSMessageK;
|
||||
max = [messageKeys count];
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
msg = [self lookupChild: [messageKeys objectAtIndex: count]];
|
||||
msg = [self lookupMessage: [messageKeys objectAtIndex: count]];
|
||||
fileDate = [msg lastModificationTime];
|
||||
if ([date laterDate: fileDate] == fileDate)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user