mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Added button to delete block sender rules
This commit is contained in:
@@ -75,6 +75,11 @@ public interface DaoContact {
|
||||
@Query("DELETE FROM contact WHERE id = :id")
|
||||
int deleteContact(long id);
|
||||
|
||||
@Query("DELETE FROM contact" +
|
||||
" WHERE account = :account" +
|
||||
" AND type = :type")
|
||||
int deleteContact(long account, int type);
|
||||
|
||||
@Query("DELETE FROM contact" +
|
||||
" WHERE account = :account" +
|
||||
" AND type = :type" +
|
||||
|
||||
Reference in New Issue
Block a user