You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When replying to an email from the "Sent" folder after the sender's identity used for that email has been deleted, the recipient of the reply is incorrectly set to the deleted identity's address instead of the original recipient's address.
Delete the non-default identity used in step 1 (info@example.com).
Navigate to the "Sent" folder, open the email sent in step 1, and click "Reply".
Expected Behavior: The recipient of the new email in the compose view should be the original recipient (foo@bar.com). Actual Behavior: The recipient is incorrectly set to the deleted identity's address (info@example.com).
This issue may mirror behavior seen in other email clients, such as Outlook, but it represents an inconsistency with the expected behavior of the email client, where the recipient of a reply should always be the original recipient of the sent email.
This behavior was observed in version 1.6.6.
The text was updated successfully, but these errors were encountered:
Confirmed. I don't think we're taking the message folder into consideration when setting the reply recipients. We compare sender with existing identities to tell "it was sent by me". So, in this case "it wasn't sent by me" is concluded.
Maybe in such cases we should take the folder into consideration and act as you describe. Or put both sender and recipient into the recipient field.
EDIT: Thunderbird's behavior is the same as Roundcube's.
alecpl
changed the title
Replying to sent mail sets sender as recipient when sender identity has been deleted
Don't set sender as recipient when replying to a mail in Sent folder
Mar 10, 2024
alecpl
changed the title
Don't set sender as recipient when replying to a mail in Sent folder
Don't set unknown sender as recipient when replying to a mail in Sent folder
Mar 10, 2024
Summary
When replying to an email from the "Sent" folder after the sender's identity used for that email has been deleted, the recipient of the reply is incorrectly set to the deleted identity's address instead of the original recipient's address.
Steps to Reproduce:
Expected Behavior: The recipient of the new email in the compose view should be the original recipient (foo@bar.com).
Actual Behavior: The recipient is incorrectly set to the deleted identity's address (info@example.com).
This issue may mirror behavior seen in other email clients, such as Outlook, but it represents an inconsistency with the expected behavior of the email client, where the recipient of a reply should always be the original recipient of the sent email.
This behavior was observed in version 1.6.6.
The text was updated successfully, but these errors were encountered: