mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 05:45:57 +00:00
Monotone-Parent: 42f34b6cbca620e98aa44be4be3e4037f50395e0
Monotone-Revision: b83ff01eca261864bff271ab6ff07aa383d06b85 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-31T21:58:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2011-03-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreObject.m (-url): make use of
|
||||
-[MAPIStoreObject nameInContainer] rather than the equivalent on
|
||||
SOGoObject to make that code reusable for objects that are not
|
||||
based on SOGoObject instances.
|
||||
|
||||
* OpenChange/MAPIStoreRecurrenceUtils.m: new module implementing
|
||||
methods useful for handling recurrences in events and tasks.
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
format = @"%@/%@";
|
||||
|
||||
return [NSString stringWithFormat: format,
|
||||
containerURL, [sogoObject nameInContainer]];
|
||||
containerURL, [self nameInContainer]];
|
||||
}
|
||||
|
||||
- (void) addActiveTable: (MAPIStoreTable *) activeTable
|
||||
|
||||
Reference in New Issue
Block a user