mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #160] reply-all should reply to all irrespective of whether reply-to is set #120
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d99kris on GitHub (May 18, 2024).
Original GitHub issue: https://github.com/d99kris/nmail/issues/160
Originally assigned to: @d99kris on GitHub.
Description:
When performing
Reply All(i.e. shortcutr) and the email being replied to has aReply-To:header, the desired behavior should be to reply to all, and only use theReply-To:value in place of theFrom:value, i.e. for theTo:field in the response email being composed.For regular
Reply(i.e. shortcutR) no change is needed, it already replies using theReply-To:address if set, otherwise usingFrom:value for theTo:field in the response email.The above desired behavior is based on
Gmailas of today (2024 May 18) andAlpinev2.26.How to reproduce it:
Perform
Reply Allon an email with aReply-To:header, for example a Github notification email.Environment: