From a6fd5d3e2da6b5bf49bc5cf21769c11a8c761311 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 7 May 2018 10:01:33 +0800 Subject: [PATCH] src/strip.vala src/strip.vala.c --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 80fc7d7..f69203f 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -679,7 +679,7 @@ public class Strip : GLib.Object { for (var i = 0; i < lines.length;i++) { var bits = lines[i].strip().split(" "); if (bits[0] == "id") { - this.active_message_exim_id = bits[1]; + this.active_message_exim_id = bits[1].replace(";",""); } } } -- 2.39.2