Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To/Cc Lists fix #2530

Merged
merged 1 commit into from
Aug 9, 2023
Merged

To/Cc Lists fix #2530

merged 1 commit into from
Aug 9, 2023

Conversation

danielfleischer
Copy link
Contributor

Related to #2524.

Modified code to achieve consistent "reply-all" behavior.

Case 1: I'm not the sender

From: sender
To: Me, group 1
CC: group 2

results in

From: Me
To: sender, group 1
CC: group 2

Case 2: I'm the sender

From: me
To: group 1
CC: group 2

results in:

From: me
To: group 1
CC: group 2

- Bug fix.
- Reply-all consistency, related to djcb#2524
@djcb djcb merged commit 40a73c7 into djcb:master Aug 9, 2023
2 checks passed
@djcb
Copy link
Owner

djcb commented Aug 9, 2023

Merged -- thanks!

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.

2 participants