mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
By default sync spam folder too
This commit is contained in:
parent
35b7db5a59
commit
35d7655d5e
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ public class EntityFolder implements Serializable {
|
||||||
DRAFTS,
|
DRAFTS,
|
||||||
SENT,
|
SENT,
|
||||||
ARCHIVE,
|
ARCHIVE,
|
||||||
TRASH
|
TRASH,
|
||||||
// not spam
|
JUNK
|
||||||
);
|
);
|
||||||
|
|
||||||
public EntityFolder() {
|
public EntityFolder() {
|
||||||
|
|
Loading…
Reference in a new issue