mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
Monotone-Parent: 0520cbbe794e4bb4de915dd4b488e316122faa8a
Monotone-Revision: 57e45ccbbdadc8719e71739df19e2b23338f00f1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-01T21:31:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-12-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreGCSMessageTable.m (-componentQualifier):
|
||||
removed useless accessor, left over by a previous commit.
|
||||
|
||||
* OpenChange/MAPIStoreGCSFolder.m (-aclQualifier): new accessor
|
||||
providing an additional qualifier when listing elements of a
|
||||
table, based on the current user rights.
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
|
||||
@interface MAPIStoreGCSMessageTable : MAPIStoreMessageTable
|
||||
|
||||
- (EOQualifier *) componentQualifier;
|
||||
- (NSString *) sortIdentifierForProperty: (enum MAPITAGS) property;
|
||||
|
||||
@end
|
||||
|
||||
@@ -152,13 +152,6 @@
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (EOQualifier *) componentQualifier
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
/* sorting */
|
||||
|
||||
- (EOSortOrdering *) _sortOrderingFromSortOrder: (struct SSortOrder *) sortOrder
|
||||
|
||||
Reference in New Issue
Block a user