[Commits] [SCM] claws branch, master, updated. 3.14.0-105-g8eb1faa

ticho at claws-mail.org ticho at claws-mail.org
Sun Oct 2 00:12:36 CEST 2016


The branch, master has been updated
       via  8eb1faa9d4cbed5be056891e0bc263a821925282 (commit)
      from  e22cbed1fc5166845341d2caedd8a9fd4eb054c6 (commit)

Summary of changes:
 src/compose.c |   10 ----------
 1 file changed, 10 deletions(-)


- Log -----------------------------------------------------------------
commit 8eb1faa9d4cbed5be056891e0bc263a821925282
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Oct 2 00:11:56 2016 +0200

    Remove useless code from e22cbed.
    
    References header was already being honored in drafts.

diff --git a/src/compose.c b/src/compose.c
index 5554b66..2ddb5bf 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -2974,16 +2974,6 @@ static gint compose_parse_header(Compose *compose, MsgInfo *msginfo)
 
 		if (msginfo->msgid && *msginfo->msgid)
 			compose->msgid = g_strdup(msginfo->msgid);
-
-		if (msginfo->references != NULL) {
-			GString *refs = g_string_new(NULL);
-			GSList *r = msginfo->references;
-			while (r != NULL) {
-				g_string_append_printf(refs, "<%s>%s", (gchar *)r->data,
-						(g_slist_next(r) ? "\n\t" : ""));
-				r = g_slist_next(r);
-			}
-		}
 	} else {
 		if (msginfo->msgid && *msginfo->msgid)
 			compose->inreplyto = g_strdup(msginfo->msgid);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list