mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: 047b040e318a98223980da2af8241b7eb6d75341
Monotone-Revision: 2fea5fbc833aa109f5048dda8ddd9884c91385e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-13T03:56:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1656,9 +1656,14 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
|
||||
- (uint64_t) objectId
|
||||
{
|
||||
uint64_t objectId;
|
||||
NSString *folderKey;
|
||||
|
||||
if (container)
|
||||
objectId = [super objectId];
|
||||
{
|
||||
folderKey = [NSString stringWithFormat: @"%@/",
|
||||
[sogoObject nameInContainer]];
|
||||
objectId = [container idForObjectWithKey: folderKey];
|
||||
}
|
||||
else
|
||||
objectId = [self idForObjectWithKey: nil];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user