talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit cdb37a157073468572cb4570be67c0ebc9c37235
parent 92c1a195b5543b33d39cd46a0de539e10ee27e57
Author: Paul <paul@claws-mail.org>
Date:   Mon,  4 Jul 2016 12:21:29 +0100

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

Diffstat:
Msrc/compose.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/compose.c b/src/compose.c @@ -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) &&