Monotone-Parent: 9b75ae77fd7075044530ae0ea50973abd83dd51c

Monotone-Revision: 3ef5e91c07d076b9a4422a3de00743204ab19bdc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-09T13:38:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-06-09 13:38:24 +00:00
parent 17389d874e
commit 58933b153b
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
2010-06-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUserFolder.m (_subFoldersFromFolder:):
restore the "owner" record that went bugously missing a few days
ago.
* SoObjects/Appointments/SOGoAppointmentFolderObject.m
(-_folderCalendars): we now fetch the records only covering the
value of SOGoDAVCalendarStartTimeLimit in days with the current
+3
View File
@@ -167,6 +167,9 @@
[currentDictionary setObject: [currentFolder displayName]
forKey: @"displayName"];
[currentDictionary setObject: folderName forKey: @"name"];
[currentDictionary setObject: [currentFolder
ownerInContext: context]
forKey: @"owner"];
[currentDictionary setObject: [currentFolder folderType]
forKey: @"type"];
[folders addObject: currentDictionary];