mirror of https://github.com/M66B/FairEmail.git
Return unique matches
This commit is contained in:
parent
e2c8828f57
commit
50e4188ebe
|
@ -332,6 +332,7 @@ public interface DaoMessage {
|
|||
" AND (:size IS NULL OR total > :size)" +
|
||||
" AND (:after IS NULL OR received > :after)" +
|
||||
" AND (:before IS NULL OR received < :before)" +
|
||||
" GROUP BY message.id" +
|
||||
" ORDER BY received DESC" +
|
||||
" LIMIT :limit OFFSET :offset")
|
||||
List<TupleMatch> matchMessages(
|
||||
|
|
Loading…
Reference in New Issue