mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 18:59:01 +00:00
Simplification
This commit is contained in:
parent
581522cfd3
commit
21ab4b065d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue