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:
parent
37bb7f3487
commit
5c52ef7e03
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue