mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +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)
|
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;
|
||||||
|
|
Loading…
Reference in a new issue