mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-24 06:19:30 +00:00
@@ -659,7 +659,8 @@ static SoSecurityManager *sm = nil;
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
folder = [folders objectAtIndex: count];
|
||||
if ([folder folderPropertyValueInCategory: @"WebCalendars"])
|
||||
if ([folder folderPropertyValueInCategory: @"WebCalendars"
|
||||
forUser: [SOGoUser userWithLogin: owner]])
|
||||
{
|
||||
name = [folder nameInContainer];
|
||||
if (isWebRequest)
|
||||
|
||||
Reference in New Issue
Block a user