See ChangeLog

Monotone-Parent: 73c5f4e36eca619041a58d0413112a5ea43ae3d6
Monotone-Revision: 571d9bfb5bd40cb2435fe9c4ecec1069f13f7a7d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-06-12T15:55:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-06-12 15:55:04 +00:00
parent 3f7eb02ce9
commit ab2883af19
2 changed files with 10 additions and 3 deletions
+4 -3
View File
@@ -186,9 +186,10 @@
while (currentFolder)
{
if ([currentFolder isEqual: folder] ||
![sm validatePermission: SoPerm_AddDocumentsImagesAndFiles
onObject: currentFolder
inContext: context])
([currentFolder isKindOfClass: [SOGoContactGCSFolder class]] &&
![sm validatePermission: SoPerm_AddDocumentsImagesAndFiles
onObject: currentFolder
inContext: context]))
[addressBooksList addObject: currentFolder];
currentFolder = [folders nextObject];
}