mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added long press to set account/identity primary
This commit is contained in:
@@ -122,6 +122,9 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET synchronize = :synchronize WHERE id = :id")
|
||||
int setAccountSynchronize(long id, boolean synchronize);
|
||||
|
||||
@Query("UPDATE account SET `primary` = :primary WHERE id = :id")
|
||||
int setAccountPrimary(long id, boolean primary);
|
||||
|
||||
@Query("UPDATE account SET thread = :thread WHERE id = :id")
|
||||
int setAccountThread(long id, Long thread);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user