mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Push messages for inbox only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user