Skip to content

Commit

Permalink
(fix) properly skip folders we don't want (fixes #3943)
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Dec 14, 2016
1 parent f6acc3e commit d8eae96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ActiveSync/SOGoActiveSyncDispatcher.m
Expand Up @@ -947,6 +947,7 @@ - (void) processFolderSync: (id <DOMElement>) theDocumentElement
command_count++;
}
[o destroy];
continue;
}

// Remove the folder from device if it is a contact folder and we have no SOGoRole_ObjectViewer.
Expand Down Expand Up @@ -1097,6 +1098,7 @@ - (void) processFolderSync: (id <DOMElement>) theDocumentElement
![currentFolder synchronize])
{
[folders removeObjectAtIndex: count];
continue;
}

// Remove the folder from the device if it is a contact folder and we have no SOGoRole_ObjectViewer access right.
Expand Down

0 comments on commit d8eae96

Please sign in to comment.