Junk and trash are low priority for duplicate marking

This commit is contained in:
M66B 2019-04-29 21:53:58 +02:00
parent b1b6f184f0
commit 433a92f727
1 changed files with 3 additions and 3 deletions

View File

@ -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