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:
Wolfgang Sourdeau
2012-02-02 01:42:02 +00:00
parent 6bec1d842f
commit 28f7997539
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -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.
+1
View File
@@ -43,6 +43,7 @@
- (NSString *) defaultFolderName;
- (NSException *) appendPersonalSources;
- (void) removeSubFolder: (NSString *) subfolderName;
- (void) setBaseOCSPath: (NSString *) newOCSPath;
+5
View File
@@ -361,6 +361,11 @@ static SoSecurityManager *sm = nil;
return error;
}
- (void) removeSubFolder: (NSString *) subfolderName
{
[subFolders removeObjectForKey: subfolderName];
}
- (NSException *) initSubscribedSubFolders
{
NSException *error;