mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Added long press to set account/identity primary
This commit is contained in:
@@ -85,6 +85,9 @@ public interface DaoIdentity {
|
||||
@Query("UPDATE identity SET synchronize = :synchronize WHERE id = :id")
|
||||
int setIdentitySynchronize(long id, boolean synchronize);
|
||||
|
||||
@Query("UPDATE identity SET `primary` = :primary WHERE id = :id")
|
||||
int setIdentityPrimary(long id, boolean primary);
|
||||
|
||||
@Query("UPDATE identity SET state = :state WHERE id = :id")
|
||||
int setIdentityState(long id, String state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user