mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
Monotone-Parent: a297f80b93f195cc2534f1493b2f4e4a124cf3ca
Monotone-Revision: d9b2b0a2845a06c22e7a7b71eb7857acb44bf0e4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-26T23:52:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -56,9 +56,7 @@
|
||||
#import "NSString+MAPIStore.h"
|
||||
#import "SOGoMAPIFSMessage.h"
|
||||
|
||||
/* Those are parts of a hack that enables creating mails to IMAP folders from
|
||||
Exchange properties */
|
||||
#import "SOGoMAPIMemMessage.h"
|
||||
#import "SOGoMAPIVolatileMessage.h"
|
||||
#import "MAPIStoreMailVolatileMessage.h"
|
||||
|
||||
#import "MAPIStoreMailFolder.h"
|
||||
@@ -994,9 +992,9 @@ _parseCOPYUID (NSString *line, NSArray **destUIDsP)
|
||||
- (MAPIStoreMessage *) createMessage
|
||||
{
|
||||
MAPIStoreMailVolatileMessage *newMessage;
|
||||
SOGoMAPIMemMessage *newObject;
|
||||
SOGoMAPIVolatileMessage *newObject;
|
||||
|
||||
newObject = [SOGoMAPIMemMessage
|
||||
newObject = [SOGoMAPIVolatileMessage
|
||||
objectWithName: [SOGoObject globallyUniqueObjectId]
|
||||
inContainer: sogoObject];
|
||||
newMessage
|
||||
|
||||
Reference in New Issue
Block a user