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 c5a3f06 commit eff3446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ActiveSync/SOGoActiveSyncDispatcher.m
Expand Up @@ -979,6 +979,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 @@ -1126,6 +1127,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 eff3446

Please sign in to comment.