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:
Wolfgang Sourdeau
2011-10-25 20:23:43 +00:00
parent 5666149e37
commit cc16643242
12 changed files with 73 additions and 75 deletions

View File

@@ -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