mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Extend local contact info
This commit is contained in:
@@ -37,7 +37,7 @@ public interface DaoContact {
|
||||
" FROM contact" +
|
||||
" WHERE email = :email" +
|
||||
" AND (:type IS NULL OR type = :type)")
|
||||
List<EntityContact> getContacts(Integer type, String email);
|
||||
EntityContact getContact(Integer type, String email);
|
||||
|
||||
@Query("SELECT id AS _id, name, email" +
|
||||
", CASE type" +
|
||||
|
||||
Reference in New Issue
Block a user