mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 15:05:29 +00:00
Monotone-Parent: f1785f649f5c8ff93247eff842a747a810f90e1c
Monotone-Revision: c586ecab910c391dd7676a0406b4511602a80b3e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-08T19:57:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -84,20 +84,27 @@
|
||||
|
||||
@end
|
||||
|
||||
#import "MAPIStoreFSFolder.h"
|
||||
|
||||
@implementation MAPIStoreDeletedItemsContext
|
||||
|
||||
+ (NSString *) MAPIModuleName
|
||||
{
|
||||
return @"deleted-items";
|
||||
}
|
||||
|
||||
- (void) setupBaseFolder: (NSURL *) newURL
|
||||
{
|
||||
baseFolder = [MAPIStoreDeletedItemsFolder baseFolderWithURL: newURL
|
||||
inContext: self];
|
||||
baseFolder = [MAPIStoreFSFolder baseFolderWithURL: newURL inContext: self];
|
||||
[baseFolder retain];
|
||||
}
|
||||
|
||||
// - (void) setupBaseFolder: (NSURL *) newURL
|
||||
// {
|
||||
// baseFolder = [MAPIStoreDeletedItemsFolder baseFolderWithURL: newURL
|
||||
// inContext: self];
|
||||
// [baseFolder retain];
|
||||
// }
|
||||
|
||||
@end
|
||||
|
||||
@implementation MAPIStoreOutboxContext
|
||||
|
||||
Reference in New Issue
Block a user