mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 19:26:24 +00:00
fix(core): skip folder check during ACL subscribe
This commit is contained in:
@@ -413,7 +413,9 @@ typedef enum
|
||||
fm = [GCSFolderManager defaultFolderManager];
|
||||
f = [fm folderAtPath: [NSString stringWithFormat: @"/Users/%@/%@", owner, folder]];
|
||||
|
||||
if (!f)
|
||||
// Skip the folder existence check so we can auto-create the personal folder
|
||||
// for users that have never logged-in
|
||||
if (!f && command != ManageACLSubscribe)
|
||||
{
|
||||
NSLog(@"No folder %@ found for user %@", folder, owner);
|
||||
rc = NO;
|
||||
|
||||
Reference in New Issue
Block a user