mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user