mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 02:16:23 +00:00
Monotone-Parent: dc04eb7c603c80427d9ac15ee5747b6d6ed6ff48
Monotone-Revision: 8dc4df621d7d3e7b400854df5f4d831bf8e6a62e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-07T17:17:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-02-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreDraftsContext.m
|
||||
(-createMessageOfClass:inFolderAtURL:): implemented method to
|
||||
avoid a crash when "saving" drafts messages in Outlook.
|
||||
|
||||
2011-02-07 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreDeletedItemsContext.m: now a subclass of
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#import "MAPIStoreMapping.h"
|
||||
|
||||
#import <Mailer/SOGoDraftsFolder.h>
|
||||
#import <Mailer/SOGoMailAccount.h>
|
||||
|
||||
#import "MAPIApplication.h"
|
||||
@@ -82,4 +83,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (id) createMessageOfClass: (NSString *) messageClass
|
||||
inFolderAtURL: (NSString *) folderURL;
|
||||
{
|
||||
return [moduleFolder newDraft];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user