[Commits] [SCM] claws branch, master, updated. 3.13.2-166-gcdb37a1

claws at claws-mail.org claws at claws-mail.org
Mon Jul 4 13:21:34 CEST 2016


The branch, master has been updated
       via  cdb37a157073468572cb4570be67c0ebc9c37235 (commit)
      from  92c1a195b5543b33d39cd46a0de539e10ee27e57 (commit)

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


- Log -----------------------------------------------------------------
commit cdb37a157073468572cb4570be67c0ebc9c37235
Author: Paul <paul at claws-mail.org>
Date:   Mon Jul 4 12:21:29 2016 +0100

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

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

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list