mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Revert "Added account color to long press menu"
This reverts commit 5be1b53250.
This commit is contained in:
@@ -136,9 +136,6 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET `primary` = :primary WHERE id = :id AND NOT (`primary` IS :primary)")
|
||||
int setAccountPrimary(long id, boolean primary);
|
||||
|
||||
@Query("UPDATE account SET color = :color WHERE id = :id AND NOT (color IS :color)")
|
||||
int setAccountColor(long id, Integer color);
|
||||
|
||||
@Query("UPDATE account SET thread = :thread WHERE id = :id AND NOT (thread IS :thread)")
|
||||
int setAccountThread(long id, Long thread);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user