mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Small search fix
This commit is contained in:
parent
94d69a9f01
commit
fe528b14e6
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
if (!text.contains(w))
|
||||
return false;
|
||||
} else if (minus) {
|
||||
if (text.contains(w))
|
||||
if (!html && text.contains(w))
|
||||
return false;
|
||||
} else
|
||||
word.add(w);
|
||||
|
|
Loading…
Reference in a new issue