Allow searching for CC/BCC

This commit is contained in:
M66B
2025-05-07 09:03:25 +02:00
parent 68cf9b5f7f
commit 96923d8a68

View File

@@ -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;