mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Added auto classify setting
This commit is contained in:
@@ -282,6 +282,7 @@ public interface DaoFolder {
|
||||
", unified = :unified" +
|
||||
", navigation = :navigation" +
|
||||
", notify = :notify" +
|
||||
", auto_classify = :auto_classify" +
|
||||
", hide = :hide" +
|
||||
", synchronize = :synchronize" +
|
||||
", poll = :poll" +
|
||||
@@ -293,7 +294,7 @@ public interface DaoFolder {
|
||||
" WHERE id = :id")
|
||||
int setFolderProperties(
|
||||
long id, String rename,
|
||||
String display, Integer color, boolean unified, boolean navigation, boolean notify, boolean hide,
|
||||
String display, Integer color, boolean unified, boolean navigation, boolean notify, boolean auto_classify, boolean hide,
|
||||
boolean synchronize, boolean poll, int poll_factor, boolean download,
|
||||
int sync_days, int keep_days, boolean auto_delete);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user