mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 01:41:22 +00:00
Monotone-Parent: 7dff58db18a61d6233a3c330e59db7bf36157888
Monotone-Revision: 4138731669f6496c58a7c665ee66513f2b2304ab Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-08T19:04:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -200,9 +200,12 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
|
||||
inContext: nil
|
||||
acquire: NO];
|
||||
if (msgObject && ![msgObject isKindOfClass: NSExceptionK])
|
||||
childMessage
|
||||
= [[self messageClass] mapiStoreObjectWithSOGoObject: msgObject
|
||||
inContainer: self];
|
||||
{
|
||||
[msgObject setContext: [[self context] woContext]];
|
||||
childMessage
|
||||
= [[self messageClass] mapiStoreObjectWithSOGoObject: msgObject
|
||||
inContainer: self];
|
||||
}
|
||||
}
|
||||
|
||||
return childMessage;
|
||||
|
||||
Reference in New Issue
Block a user