1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 18:59:01 +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)
continue;
if (EntityFolder.INBOX.equals(folder.type) ||
EntityFolder.SYSTEM.equals(folder.type) ||
EntityFolder.USER.equals(folder.type)) {
canArchive = true;
break;