mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Push messages for inbox only
This commit is contained in:
parent
430d64ef74
commit
587299aa9a
1 changed files with 3 additions and 3 deletions
|
@ -215,9 +215,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|||
JUNK
|
||||
));
|
||||
private static final List<Boolean> SYSTEM_FOLDER_POLL = Collections.unmodifiableList(Arrays.asList(
|
||||
false, // inbox
|
||||
false, // drafts
|
||||
false, // sent
|
||||
false, // inbox = push messages
|
||||
true, // drafts
|
||||
true, // sent
|
||||
true, // archive
|
||||
true, // trash
|
||||
true // junk
|
||||
|
|
Loading…
Reference in a new issue