From 517b60564e2c69cbb79895e04b24a6393273398f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Mon, 10 Feb 2020 08:15:19 +0100 Subject: mailinfo: don't insert header prefix for handle_content_type() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit handle_content_type() only cares about the value after "Content-Type: "; there is no need to insert that string for it. Suggested-by: Eric Sunshine Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano diff --git a/mailinfo.c b/mailinfo.c index 543962d..402ef04 100644 --- a/mailinfo.c +++ b/mailinfo.c @@ -570,7 +570,6 @@ static int check_header(struct mailinfo *mi, len = strlen("Content-Type: "); strbuf_add(&sb, line->buf + len, line->len - len); decode_header(mi, &sb); - strbuf_insertstr(&sb, 0, "Content-Type: "); handle_content_type(mi, &sb); ret = 1; goto check_header_out; -- cgit v0.10.2-6-g49f6