I can-t find a "reply-to" field in compose messages window. I think this should be added to the dropdown where you can select "To", "CC" and "BCC". Reproducible: Always
:+1: (I think this will not be much work to implement, but many users will be happy ;) )
Composer->menu view -> "Reply to" is not enough ?
Wow I've never opened this menu O.o But I think the most users will expect 'From' and 'Reply To' in the dropdown where you can select 'To', 'CC' and 'BCC'.
So you can write several "From" and severy "Reply-to" it's not logical :) So 1 item for each is enough :)
Ah I see. Then the items would have to be removed from the drop down, after they are set (that's ugly....) But as I can read it in (german) wikipedia [1] there can be several comma separated reply-to addresses (in english wikipedia this information is missing). So this might only be logical for reply to... [1] https://de.wikipedia.org/wiki/Header_%28E-Mail%29#Reply-To:_Antwortadresse
According to RFC 5322, section 3.6.2, the Reply-To header indeed contains an "address-list". It should be specified in the composer like any other address-list too, instead of an actual comma-separated list in the existing Reply-To text field.
Git commit 7839b25f3c897e8b39ae23295f2a409819193624 by Laurent Montel. Committed on 29/10/2018 at 06:11. Pushed by mlaurent into branch 'master'. Start to implement Reply-Ro M +6 -1 messagecomposer/src/recipient/recipient.cpp M +1 -1 messagecomposer/src/recipient/recipient.h https://commits.kde.org/messagelib/7839b25f3c897e8b39ae23295f2a409819193624
Git commit 942a637d26928cf5f5e5fdfbd15affa76714c4f1 by Laurent Montel. Committed on 29/10/2018 at 22:01. Pushed by mlaurent into branch 'master'. Fix Bug 358233 - Reply-To is missing in compose message window FIXED-IN: 5.10.0 M +1 -7 CMakeLists.txt M +1 -36 messagecomposer/src/composer/composerviewbase.cpp M +3 -3 messagecomposer/src/composer/composerviewbase.h M +0 -1 messagecomposer/src/config-messagecomposer.h.cmake M +0 -3 messagecomposer/src/recipient/recipient.cpp M +5 -1 messagecomposer/src/recipient/recipientseditor.cpp M +0 -13 messagecomposer/src/recipient/recipientspicker.cpp M +0 -3 messagecomposer/src/recipient/recipientspicker.h https://commits.kde.org/messagelib/942a637d26928cf5f5e5fdfbd15affa76714c4f1