mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added dialog to set swipe actions for all accounts
This commit is contained in:
@@ -167,6 +167,9 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET error = :error WHERE id = :id")
|
||||
int setAccountError(long id, String error);
|
||||
|
||||
@Query("UPDATE account SET swipe_left = :left, swipe_right = :right WHERE id = :id")
|
||||
int setAccountSwipes(long id, Long left, Long right);
|
||||
|
||||
@Query("UPDATE account SET `primary` = 0")
|
||||
void resetPrimary();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user