mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-24 18:05:00 +01:00
Small search fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user