mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Always allow moving to drafts from outbox
This commit is contained in:
@@ -104,4 +104,9 @@ public interface DaoOperation {
|
||||
|
||||
@Query("DELETE FROM operation WHERE id = :id")
|
||||
int deleteOperation(long id);
|
||||
|
||||
@Query("DELETE FROM operation" +
|
||||
" WHERE message = :message" +
|
||||
" AND name = :name")
|
||||
int deleteOperation(long message, String name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user