mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Improved send logic
This commit is contained in:
@@ -145,4 +145,7 @@ public interface DaoOperation {
|
||||
|
||||
@Query("DELETE FROM operation WHERE id = :id")
|
||||
int deleteOperation(long id);
|
||||
|
||||
@Query("DELETE FROM operation WHERE folder = :folder")
|
||||
int deleteOperations(long folder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user