mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Added auto classify setting
This commit is contained in:
@@ -108,6 +108,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
public Boolean navigation = false;
|
||||
@NonNull
|
||||
public Boolean notify = false;
|
||||
@NonNull
|
||||
public Boolean auto_classify = false;
|
||||
|
||||
public Integer total; // messages on server
|
||||
public String[] keywords;
|
||||
|
||||
Reference in New Issue
Block a user