mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 09:51:23 +00:00
Monotone-Parent: 07f66207968bbc8815cccf3c0b6d5147e13d8ab6
Monotone-Revision: 7fda497b476e41fe9d5324a0c31127a0e9777847 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-25T20:23:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
/* Those are parts of a hack that enables creating mails to IMAP folders from
|
||||
Exchange properties */
|
||||
#import "SOGoMemMessage.h"
|
||||
#import "SOGoMAPIMemMessage.h"
|
||||
#import "MAPIStoreMemMailMessage.h"
|
||||
|
||||
#import "MAPIStoreMailFolder.h"
|
||||
@@ -995,9 +995,9 @@ _parseCOPYUID (NSString *line, NSArray **destUIDsP)
|
||||
- (MAPIStoreMessage *) createMessage
|
||||
{
|
||||
MAPIStoreDraftsMessage *newMessage;
|
||||
SOGoMemMessage *newObject;
|
||||
SOGoMAPIMemMessage *newObject;
|
||||
|
||||
newObject = [SOGoMemMessage
|
||||
newObject = [SOGoMAPIMemMessage
|
||||
objectWithName: [SOGoObject globallyUniqueObjectId]
|
||||
inContainer: sogoObject];
|
||||
newMessage
|
||||
|
||||
Reference in New Issue
Block a user