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