mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
improved handling of SOGoSubscriptionFolderFormat
This commit is contained in:
@@ -750,7 +750,8 @@ static SoSecurityManager *sm = nil;
|
||||
for (userCount = 0; userCount < userMax; userCount++)
|
||||
[currentFolder
|
||||
subscribeUserOrGroup: [proxySubscribers objectAtIndex: userCount]
|
||||
reallyDo: YES];
|
||||
reallyDo: YES
|
||||
response: nil];
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -775,7 +776,8 @@ static SoSecurityManager *sm = nil;
|
||||
for (userCount = 0; userCount < userMax; userCount++)
|
||||
[currentFolder
|
||||
subscribeUserOrGroup: [proxySubscribers objectAtIndex: userCount]
|
||||
reallyDo: NO];
|
||||
reallyDo: NO
|
||||
response: nil];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user