1
0
Fork 0
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:
M66B 2020-11-17 12:42:43 +01:00
parent 430d64ef74
commit 587299aa9a

View file

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