mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Added menu item to folder list to edit the account name
This commit is contained in:
@@ -197,6 +197,9 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET state = :state WHERE id = :id AND NOT (state IS :state)")
|
||||
int setAccountState(long id, String state);
|
||||
|
||||
@Query("UPDATE account SET name = :name WHERE id = :id AND NOT (name IS :name)")
|
||||
int setAccountName(long id, String name);
|
||||
|
||||
@Query("UPDATE account SET password = :password WHERE id = :id AND NOT (password IS :password)")
|
||||
int setAccountPassword(long id, String password);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user