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
Description:
When performing Reply All (i.e. shortcut r) and the email being replied to has a Reply-To: header, the desired behavior should be to reply to all, and only use the Reply-To: value in place of the From: value, i.e. for the To: field in the response email being composed.
For regular Reply (i.e. shortcut R) no change is needed, it already replies using the Reply-To: address if set, otherwise using From: value for the To: field in the response email.
The above desired behavior is based on Gmail as of today (2024 May 18) and Alpine v2.26.
How to reproduce it:
Perform Reply All on an email with a Reply-To: header, for example a Github notification email.
Environment:
Version: v4.62 (or earlier)
OS / distro: Any (tested on macOS)
The text was updated successfully, but these errors were encountered:
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
Gmail
as of today (2024 May 18) andAlpine
v2.26.How to reproduce it:
Perform
Reply All
on an email with aReply-To:
header, for example a Github notification email.Environment:
The text was updated successfully, but these errors were encountered: