fix: use From address for reply-to-sender-only on mailing list emails#13140
fix: use From address for reply-to-sender-only on mailing list emails#13140GretaD wants to merge 1 commit into
Conversation
Signed-off-by: greta <gretadoci@gmail.com>
ChristophWurst
left a comment
There was a problem hiding this comment.
Does this break any of the existing flows? I'm skeptical because replyTo is now generally unused.
I tested |
|
Test with an email that has an actual reply-to header. That's the case where it actually makes a difference. |
all good |
ChristophWurst
left a comment
There was a problem hiding this comment.
Tested and breaks the legit reply-to case of a multi recipient email.
How to test
- Send an email to three recipients and use another reply-to address
- Open that emails as recipient in Mail
- Click Reply to sender
main: reply-to address is used ✔️
original sender is used ❌
The list condition needs a dedicated check. Only for lists it can be ambiguous if Reply to sender uses the reply-to (list) or original sender. Gnome Evolution shows a dialogue for this case.
fixes: #11089
🤖 AI (if applicable)