mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added option to clear local contacts
This commit is contained in:
@@ -55,4 +55,7 @@ public interface DaoContact {
|
||||
|
||||
@Update
|
||||
int updateContact(EntityContact contact);
|
||||
|
||||
@Query("DELETE from contact")
|
||||
int clearContacts();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user