mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Store folder separator
This commit is contained in:
@@ -102,6 +102,9 @@ public interface DaoAccount {
|
||||
@Update
|
||||
void updateAccount(EntityAccount account);
|
||||
|
||||
@Query("UPDATE account SET separator = :separator WHERE id = :id")
|
||||
int setFolderSeparator(long id, Character separator);
|
||||
|
||||
@Query("UPDATE account SET synchronize = :synchronize WHERE id = :id")
|
||||
int setAccountSynchronize(long id, boolean synchronize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user