mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Prefer send identity for auto select
This commit is contained in:
@@ -59,9 +59,9 @@ public interface DaoContact {
|
||||
|
||||
@Query("SELECT DISTINCT identity FROM contact" +
|
||||
" WHERE email = :email" +
|
||||
" AND type IN (:types)" +
|
||||
" AND type = :type" +
|
||||
" AND NOT identity IS NULL")
|
||||
List<Long> getIdentities(String email, List<Integer> types);
|
||||
List<Long> getIdentities(String email, int type);
|
||||
|
||||
@Query("SELECT *" +
|
||||
" FROM contact" +
|
||||
|
||||
Reference in New Issue
Block a user