(fix) properly skip folders we don't want (fixes #3943)

This commit is contained in:
Ludovic Marcotte
2016-12-14 13:42:22 -05:00
parent c5a3f06538
commit eff3446353

View File

@@ -979,6 +979,7 @@ void handle_eas_terminate(int signum)
command_count++;
}
[o destroy];
continue;
}
// Remove the folder from device if it is a contact folder and we have no SOGoRole_ObjectViewer.
@@ -1126,6 +1127,7 @@ void handle_eas_terminate(int signum)
![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.