1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Simplification

This commit is contained in:
M66B 2021-02-01 15:58:57 +01:00
parent 581522cfd3
commit 21ab4b065d

View file

@ -6018,7 +6018,6 @@ public class FragmentCompose extends FragmentBase {
if (folder == null) if (folder == null)
continue; continue;
if (EntityFolder.INBOX.equals(folder.type) || if (EntityFolder.INBOX.equals(folder.type) ||
EntityFolder.SYSTEM.equals(folder.type) ||
EntityFolder.USER.equals(folder.type)) { EntityFolder.USER.equals(folder.type)) {
canArchive = true; canArchive = true;
break; break;