Skip to content

fix: reply-all no longer CCs your own send-as alias#17

Merged
drebaglioni merged 1 commit into
mainfrom
fix/reply-all-alias
Jun 22, 2026
Merged

fix: reply-all no longer CCs your own send-as alias#17
drebaglioni merged 1 commit into
mainfrom
fix/reply-all-alias

Conversation

@drebaglioni

Copy link
Copy Markdown
Owner

Rebased port of PR #6 onto current main.

useComposeForm.ts was refactored after #6 was opened — from moved from a useState-backed value to a derived const (fromOverride ?? derivedFrom). The conflict resolution is trivial: the same useEffect now runs after the derived from is computed, same logic, same effect.

What it does: When the selected From alias changes, strips that address from CC so the user doesn't accidentally CC themselves on reply-all. Other aliases stay untouched.

@drebaglioni
drebaglioni merged commit 24ee6cf into main Jun 22, 2026
5 of 8 checks passed
@drebaglioni
drebaglioni deleted the fix/reply-all-alias branch June 22, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant