I get every email which is send to subdomain@mydomain. If someone sent me an email to kde@mydomain they should send all their messages in the same conversation to kde@mydomain. I added a simple checkbox on the advanced tab of the identity options above the option to configure the ReplyTo address which is enabled or disabled depending on if the checkbox is checked.
- I set only ReplyTo and not From so the email is still send via the address associated with the identity. But it would also be possible to set the From-Header.
- Currently this is implmented via setting a property in the Identity via setProperty and reading it in MessageHelper::initFromMessage where the Header is set accordingly to the To-address of the email which the user is reponding to. (see D17075)
This is a very hacky solution and should be done in a different way but i didn't want to touch KIdentityManagment (yet) . Should this even touch other repos or only a setting specific to KMail?
Is such a feature wanted and would be merged?