New screenTrustedImageSendersScreen (/accounts/trusted-senders): full list of allowed senders with per-row delete buttons. The just-added sender is highlighted in bold when navigated to from the snackbar.
Preferences screen: replaced the inline trusted-senders list with a single nav tile showing the count (e.g. "3 addresses") and a chevron that opens the new page.
Snackbar action: renamed "Settings" → "View" in both EmailDetailScreen and ThreadDetailScreen; tapping it pushes /accounts/trusted-senders with the sender email as extra, so the newly added address appears bold.
Verification
flutter analyze reports No issues found.
All unit and widget tests pass. The 5 golden-screenshot failures in email_list_screen_golden_test.dart are pre-existing on main and unrelated to this change.
Closes #419
## Summary
- **New screen** `TrustedImageSendersScreen` (`/accounts/trusted-senders`): full list of allowed senders with per-row delete buttons. The just-added sender is highlighted in **bold** when navigated to from the snackbar.
- **Preferences screen**: replaced the inline trusted-senders list with a single nav tile showing the count (e.g. "3 addresses") and a chevron that opens the new page.
- **Snackbar action**: renamed "Settings" → "View" in both `EmailDetailScreen` and `ThreadDetailScreen`; tapping it pushes `/accounts/trusted-senders` with the sender email as `extra`, so the newly added address appears bold.
## Verification
- `flutter analyze` reports **No issues found**.
- All unit and widget tests pass. The 5 golden-screenshot failures in `email_list_screen_golden_test.dart` are pre-existing on `main` and unrelated to this change.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #419
Summary
TrustedImageSendersScreen(/accounts/trusted-senders): full list of allowed senders with per-row delete buttons. The just-added sender is highlighted in bold when navigated to from the snackbar.EmailDetailScreenandThreadDetailScreen; tapping it pushes/accounts/trusted-senderswith the sender email asextra, so the newly added address appears bold.Verification
flutter analyzereports No issues found.email_list_screen_golden_test.dartare pre-existing onmainand unrelated to this change.