mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
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:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user