mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Filter language improvements
This commit is contained in:
@@ -602,8 +602,7 @@ public interface DaoMessage {
|
||||
" AND (:folder IS NULL OR message.folder = :folder)" +
|
||||
" AND NOT message.ui_hide" +
|
||||
" AND NOT message.language IS NULL" +
|
||||
" GROUP BY language" +
|
||||
" ORDER BY COUNT(*) DESC")
|
||||
" GROUP BY language")
|
||||
List<String> getLanguages(Long account, Long folder);
|
||||
|
||||
@Insert
|
||||
|
||||
Reference in New Issue
Block a user