mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 21:15:27 +00:00
Monotone-Parent: 06a6b071fbed341af572ac7da7d6d1e63d366bd8
Monotone-Revision: c89c225a9b1b1ad4ce106e7b74c622f18718ff74 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-13T19:30:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2007-06-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m
|
||||
([SOGoAppointmentFolder
|
||||
-fetchFields:_fieldsfromFolder:_folderfrom:_startDateto:_endDatecomponent:_component]):
|
||||
no longer sort elements from here.
|
||||
|
||||
2007-06-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailObject.m ([SOGoMailObject
|
||||
|
||||
@@ -869,12 +869,6 @@ static NSNumber *sharedYes = nil;
|
||||
return nil;
|
||||
}
|
||||
|
||||
/* NOTE: why do we sort here?
|
||||
This probably belongs to UI but cannot be achieved as fast there as
|
||||
we can do it here because we're operating on a mutable array -
|
||||
having the apts sorted is never a bad idea, though
|
||||
*/
|
||||
[ma sortUsingSelector: @selector (compareAptsAscending:)];
|
||||
if (logger)
|
||||
[self debugWithFormat:@"returning %i records", [ma count]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user