mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Simplification
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user