mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Specific search suggestions
This commit is contained in:
@@ -169,6 +169,8 @@ public class FragmentDialogSearch extends FragmentDialogBase {
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
return db.message().getSuggestions(
|
||||
cbSubject.isChecked(),
|
||||
cbSenders.isChecked(),
|
||||
account < 0 ? null : account,
|
||||
folder < 0 ? null : folder,
|
||||
"%" + typed + "%",
|
||||
|
||||
Reference in New Issue
Block a user