mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Monotone-Parent: 392e0e0b68e0c3efba94a66ecf87596c3d6d967f
Monotone-Revision: be64ce923b1780a6ed810e7250748d84ad4425bb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-02T01:42:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-02-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoParentFolder.m (-removeSubFolder): new method
|
||||
that removes a subfolder entry from the folder cache.
|
||||
|
||||
* OpenChange/MAPIApplication.m (-setUserContext:): do not retain
|
||||
the user context.
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
- (NSString *) defaultFolderName;
|
||||
|
||||
- (NSException *) appendPersonalSources;
|
||||
- (void) removeSubFolder: (NSString *) subfolderName;
|
||||
|
||||
- (void) setBaseOCSPath: (NSString *) newOCSPath;
|
||||
|
||||
|
||||
@@ -361,6 +361,11 @@ static SoSecurityManager *sm = nil;
|
||||
return error;
|
||||
}
|
||||
|
||||
- (void) removeSubFolder: (NSString *) subfolderName
|
||||
{
|
||||
[subFolders removeObjectForKey: subfolderName];
|
||||
}
|
||||
|
||||
- (NSException *) initSubscribedSubFolders
|
||||
{
|
||||
NSException *error;
|
||||
|
||||
Reference in New Issue
Block a user