mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 21:05:38 +01:00
Cancel transient sync operations
This commit is contained in:
@@ -139,4 +139,7 @@ public interface DaoOperation {
|
||||
|
||||
@Query("DELETE FROM operation WHERE id = :id")
|
||||
int deleteOperation(long id);
|
||||
|
||||
@Query("DELETE FROM operation WHERE account = :account AND name = :name")
|
||||
int deleteOperations(long account, String name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user