mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Switched to FTS5
This commit is contained in:
@@ -238,7 +238,7 @@ public interface DaoMessage {
|
||||
" WHERE content" +
|
||||
" AND NOT fts" +
|
||||
" AND folder.type <> '" + EntityFolder.OUTBOX + "'" +
|
||||
" ORDER BY message.received DESC")
|
||||
" ORDER BY message.received")
|
||||
Cursor getMessageFts();
|
||||
|
||||
@Query("SELECT id, account, thread, (:find IS NULL" +
|
||||
|
||||
Reference in New Issue
Block a user