include Reply-To value when using 'reply to all'

This commit is contained in:
Paul 2016-07-04 12:21:29 +01:00
parent 92c1a195b5
commit cdb37a1570

View file

@ -3351,6 +3351,10 @@ static void compose_reply_set_entry(Compose *compose, MsgInfo *msginfo,
? msginfo->from :
msginfo->to,
COMPOSE_TO, PREF_NONE);
if (compose->replyto)
compose_entry_append(compose,
compose->replyto,
COMPOSE_CC, PREF_NONE);
} else {
if (!folder_has_parent_of_type(msginfo->folder, F_QUEUE) &&
!folder_has_parent_of_type(msginfo->folder, F_OUTBOX) &&