Small fixes

This commit is contained in:
M66B
2018-12-29 10:53:16 +00:00
parent 8c8e3cecdb
commit 06dc447449
3 changed files with 18 additions and 16 deletions

View File

@@ -170,6 +170,7 @@ public interface DaoMessage {
" AND thread = :thread" +
" AND (:id IS NULL OR message.id = :id)" +
" AND (:folder IS NULL OR message.folder = :folder)" +
" AND NOT uid IS NULL" +
" AND NOT ui_hide")
List<EntityMessage> getMessageByThread(long account, String thread, Long id, Long folder);