[Commits] [SCM] claws branch, master, updated. 3.13.2-167-g2011344

claws at claws-mail.org claws at claws-mail.org
Mon Jul 4 16:58:11 CEST 2016


The branch, master has been updated
       via  20113442240ea0d6a590e37ceb09a9b547cae771 (commit)
      from  cdb37a157073468572cb4570be67c0ebc9c37235 (commit)

Summary of changes:
 src/compose.c |    5 +++++
 1 file changed, 5 insertions(+)


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

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

diff --git a/src/compose.c b/src/compose.c
index 15e1127..c702b90 100644
--- 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

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list