|
|
@ -1931,7 +1931,6 @@ public class ServiceSynchronize extends LifecycleService {
|
|
|
|
|
|
|
|
|
|
|
|
for (Folder ifolder : ifolders) {
|
|
|
|
for (Folder ifolder : ifolders) {
|
|
|
|
String fullName = ifolder.getFullName();
|
|
|
|
String fullName = ifolder.getFullName();
|
|
|
|
names.remove(fullName);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String type = null;
|
|
|
|
String type = null;
|
|
|
|
boolean selectable = true;
|
|
|
|
boolean selectable = true;
|
|
|
@ -1951,6 +1950,8 @@ public class ServiceSynchronize extends LifecycleService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (selectable) {
|
|
|
|
if (selectable) {
|
|
|
|
|
|
|
|
names.remove(fullName);
|
|
|
|
|
|
|
|
|
|
|
|
int level = EntityFolder.getLevel(separator, fullName);
|
|
|
|
int level = EntityFolder.getLevel(separator, fullName);
|
|
|
|
String display = null;
|
|
|
|
String display = null;
|
|
|
|
if (account.prefix != null && fullName.startsWith(account.prefix + separator))
|
|
|
|
if (account.prefix != null && fullName.startsWith(account.prefix + separator))
|
|
|
|