mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 20:45:56 +00:00
(fix) properly skip folders we don't want (fixes #3943)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user