mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
Allow searching for CC/BCC
This commit is contained in:
@@ -460,7 +460,7 @@ public class FragmentOptions extends FragmentBase {
|
||||
} else if (view instanceof TextView) {
|
||||
boolean extra = false;
|
||||
if (tab == 0 && view.getId() == R.id.tvManual) {
|
||||
for (int e : new int[]{R.string.title_host, R.string.title_port}) {
|
||||
for (int e : new int[]{R.string.title_host, R.string.title_port, R.string.title_cc, R.string.title_bcc}) {
|
||||
String text = view.getContext().getString(e);
|
||||
if (text.toLowerCase().contains(query)) {
|
||||
extra = true;
|
||||
|
||||
Reference in New Issue
Block a user