mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added edit account color to folder list menu
This commit is contained in:
@@ -216,6 +216,9 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET name = :name WHERE id = :id AND NOT (name IS :name)")
|
||||
int setAccountName(long id, String name);
|
||||
|
||||
@Query("UPDATE account SET color = :color WHERE id = :id AND NOT (color IS :color)")
|
||||
int setAccountColor(long id, Integer color);
|
||||
|
||||
@Query("UPDATE account" +
|
||||
" SET password = :password, auth_type = :auth_type" +
|
||||
" WHERE id = :id" +
|
||||
|
||||
Reference in New Issue
Block a user