Loading app/core/src/main/java/com/fsck/k9/search/SqlQueryBuilder.java +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ public class SqlQueryBuilder { if (condition.attribute != Attribute.CONTAINS) { Timber.e("message contents can only be matched!"); } query.append("m.id IN (SELECT docid FROM messages_fulltext WHERE fulltext MATCH ?)"); query.append("messages.id IN (SELECT docid FROM messages_fulltext WHERE fulltext MATCH ?)"); selectionArgs.add(fulltextQueryString); break; } Loading app/storage/src/main/java/com/fsck/k9/storage/messages/RetrieveMessageListOperations.kt +0 −1 Original line number Diff line number Diff line package com.fsck.k9.storage.messages import android.database.Cursor import com.fsck.k9.helper.map import com.fsck.k9.mail.Address import com.fsck.k9.mailstore.DatabasePreviewType import com.fsck.k9.mailstore.LockableDatabase Loading Loading
app/core/src/main/java/com/fsck/k9/search/SqlQueryBuilder.java +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ public class SqlQueryBuilder { if (condition.attribute != Attribute.CONTAINS) { Timber.e("message contents can only be matched!"); } query.append("m.id IN (SELECT docid FROM messages_fulltext WHERE fulltext MATCH ?)"); query.append("messages.id IN (SELECT docid FROM messages_fulltext WHERE fulltext MATCH ?)"); selectionArgs.add(fulltextQueryString); break; } Loading
app/storage/src/main/java/com/fsck/k9/storage/messages/RetrieveMessageListOperations.kt +0 −1 Original line number Diff line number Diff line package com.fsck.k9.storage.messages import android.database.Cursor import com.fsck.k9.helper.map import com.fsck.k9.mail.Address import com.fsck.k9.mailstore.DatabasePreviewType import com.fsck.k9.mailstore.LockableDatabase Loading