Monotone-Parent: 43e9cf127511a499e0b20ef8f8cf7b446a216feb

Monotone-Revision: 06205eb1b9669a6fa1b780ee9bb1f7c53024f79c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-21T14:27:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-21 14:27:04 +00:00
parent 909a87a76a
commit 1a711cd9da
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-03-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder -delete]): new method
that forwards the deletion request to the folder manager.
2007-03-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxAttendeesEditor.m ([UIxAttendeesEditor
+1
View File
@@ -65,6 +65,7 @@
- (NSString *)outlookFolderClass;
- (BOOL) create;
- (NSException *) delete;
@end
+5
View File
@@ -128,6 +128,11 @@
return (result == nil);
}
- (NSException *) delete
{
return [[self folderManager] deleteFolderAtPath: ocsPath];
}
- (NSArray *)fetchContentObjectNames {
NSArray *fields, *records;