mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
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:
@@ -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
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
- (NSString *)outlookFolderClass;
|
||||
|
||||
- (BOOL) create;
|
||||
- (NSException *) delete;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -128,6 +128,11 @@
|
||||
return (result == nil);
|
||||
}
|
||||
|
||||
- (NSException *) delete
|
||||
{
|
||||
return [[self folderManager] deleteFolderAtPath: ocsPath];
|
||||
}
|
||||
|
||||
- (NSArray *)fetchContentObjectNames {
|
||||
NSArray *fields, *records;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user