1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 02:28:18 +00:00

Fixed FTS search

This commit is contained in:
M66B 2020-04-10 16:54:20 +02:00
parent 37bb7f3487
commit 5c52ef7e03

View file

@ -618,7 +618,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
boolean in_senders = true;
boolean in_receipients = true;
boolean in_subject = true;
boolean in_keywords = false;
boolean in_keywords = true;
boolean in_message = true;
boolean with_unseen;
boolean with_flagged;