mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-11 01:11:17 +01:00
Added remark
This commit is contained in:
@@ -837,6 +837,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
return true;
|
||||
}
|
||||
if (criteria.in_message) {
|
||||
// This won't match <p>An <b>example</b><p> when searching for "An example"
|
||||
if (contains(html, criteria.query, partial, true)) {
|
||||
String text = HtmlHelper.getFullText(html);
|
||||
if (contains(text, criteria.query, partial, false))
|
||||
|
||||
Reference in New Issue
Block a user