mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Improved search for standard folders
This commit is contained in:
@@ -712,7 +712,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
break;
|
||||
}
|
||||
if (attr.startsWith("\\"))
|
||||
if (EntityFolder.STANDARD_FOLDER_ATTR.contains(attr.substring(1))) {
|
||||
if (EntityFolder.SYSTEM_FOLDER_ATTR.contains(attr.substring(1))) {
|
||||
candidate = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user