mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +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,
|
||||
SENT,
|
||||
ARCHIVE,
|
||||
TRASH
|
||||
// not spam
|
||||
TRASH,
|
||||
JUNK
|
||||
);
|
||||
|
||||
public EntityFolder() {
|
||||
|
|
Loading…
Reference in a new issue