mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 19:56:23 +00:00
Monotone-Parent: 17790db0c2368364683e4074a491e7107c6cf071
Monotone-Revision: 96b5a2580e3b0b6ba57af91d0fed6f513f8e13f0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-24T20:32:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#import "MAPIStoreNotesFolder.h"
|
||||
#import "MAPIStoreMapping.h"
|
||||
|
||||
#import "MAPIStoreNotesContext.h"
|
||||
#import "MAPIStoreNotesMessageTable.h"
|
||||
|
||||
@implementation MAPIStoreNotesContext
|
||||
|
||||
@@ -40,9 +40,11 @@
|
||||
withID: 0x1c0001];
|
||||
}
|
||||
|
||||
- (Class) messageTableClass
|
||||
- (void) setupBaseFolder: (NSURL *) newURL
|
||||
{
|
||||
return [MAPIStoreNotesMessageTable class];
|
||||
baseFolder = [MAPIStoreNotesFolder baseFolderWithURL: newURL
|
||||
inContext: self];
|
||||
[baseFolder retain];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user