talons

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

commit 20113442240ea0d6a590e37ceb09a9b547cae771
parent cdb37a157073468572cb4570be67c0ebc9c37235
Author: Paul <paul@claws-mail.org>
Date:   Mon,  4 Jul 2016 15:58:06 +0100

fix bug 2518, ' "Reply-All" message from NNTP-account does not contain CC'ed correspondents'

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

diff --git a/src/compose.c b/src/compose.c @@ -3400,6 +3400,11 @@ static void compose_reply_set_entry(Compose *compose, MsgInfo *msginfo, compose->followup_to ? compose->followup_to : compose->newsgroups ? compose->newsgroups : "", COMPOSE_NEWSGROUPS, PREF_NONE); + + compose_entry_append + (compose, + msginfo->cc ? msginfo->cc : "", + COMPOSE_CC, PREF_NONE); } else compose_entry_append