mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Added option to set poll interval per folder
This commit is contained in:
@@ -124,8 +124,9 @@ public interface DaoFolder {
|
||||
", synchronize = :synchronize" +
|
||||
", unified = :unified" +
|
||||
", `after` = :after" +
|
||||
", `poll_interval` = :poll_interval" +
|
||||
" WHERE id = :id")
|
||||
int setFolderProperties(long id, String name, String display, boolean hide, boolean synchronize, boolean unified, int after);
|
||||
int setFolderProperties(long id, String name, String display, boolean hide, boolean synchronize, boolean unified, int after, Integer poll_interval);
|
||||
|
||||
@Query("UPDATE folder SET name = :name WHERE account = :account AND name = :old")
|
||||
int renameFolder(long account, String old, String name);
|
||||
|
||||
Reference in New Issue
Block a user