mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Always try UTF8 search
This commit is contained in:
@@ -449,12 +449,11 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
" folder=" + folder +
|
||||
" search=" + criteria);
|
||||
|
||||
if (protocol.supportsUtf8())
|
||||
try {
|
||||
return search(true, browsable.keywords, protocol, state);
|
||||
} catch (Throwable ex) {
|
||||
EntityLog.log(context, ex.toString());
|
||||
}
|
||||
try {
|
||||
return search(true, browsable.keywords, protocol, state);
|
||||
} catch (Throwable ex) {
|
||||
EntityLog.log(context, ex.toString());
|
||||
}
|
||||
|
||||
return search(false, browsable.keywords, protocol, state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user