mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Added inline answer button configuration
This commit is contained in:
@@ -105,6 +105,12 @@ public interface DaoContact {
|
||||
@Update
|
||||
int updateContact(EntityContact contact);
|
||||
|
||||
@Query("UPDATE contact SET folder = :folder WHERE id=:id")
|
||||
int setContactFolder(long id, Long folder);
|
||||
|
||||
@Query("UPDATE contact SET folder = NULL")
|
||||
int clearContactFolders();
|
||||
|
||||
@Query("DELETE FROM contact WHERE id = :id")
|
||||
int deleteContact(long id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user