Skip to content
Commit 7763a47b authored by Glen Ditchfield's avatar Glen Ditchfield 🐛
Browse files

Add Mail-Reply-To and Mail-Followup-To support to the ReplyAll strategy

Summary:
As recommended at https://cr.yp.to/proto/replyto.html, give the highest
priority to the Mail-Followup-To header when choosing the reply address
for "Reply to All...", and give the highest priority to the Mail-Reply-To
header when determining the address of the author of a message. (See also
D24481.)

This patch makes two other changes to ReplyAll's behaviour:

* If the KMail user was the author of the original message, then the reply
  is sent from the user to the recipients of the original, not back to the
  user.  This is consistent with the behaviour of the SmartReply strategy.

* If the original message's To header contained addresses of people apart
  from the KMail user, those addresses are added to the reply's To header,
  not its Cc header.  This preserves a distinction between those actively
  involved in a mail thread and those who are just monitoring its progress.

Reviewers: knauss

Reviewed By: knauss

Subscribers: kde-pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D24624
parent 50e543f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment