mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Junk and trash are low priority for duplicate marking
This commit is contained in:
parent
b1b6f184f0
commit
433a92f727
1 changed files with 3 additions and 3 deletions
|
@ -193,11 +193,11 @@ public class FragmentMessages extends FragmentBase {
|
|||
EntityFolder.OUTBOX,
|
||||
EntityFolder.DRAFTS,
|
||||
EntityFolder.SENT,
|
||||
EntityFolder.TRASH,
|
||||
EntityFolder.JUNK,
|
||||
EntityFolder.SYSTEM,
|
||||
EntityFolder.USER,
|
||||
EntityFolder.ARCHIVE
|
||||
EntityFolder.ARCHIVE,
|
||||
EntityFolder.TRASH,
|
||||
EntityFolder.JUNK
|
||||
));
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue