From 6b11397cc76bcca9d6c4dfa7eeef68147c5586b4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 May 2018 18:02:29 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strip.vala b/src/strip.vala index 4224d4a..5a87d63 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -728,11 +728,11 @@ public class Strip : GLib.Object { if (bits[0] == "id") { this.active_message_exim_id = bits[1].replace(";",""); - - } + if (lines[i].contains(";")) { var dbits = lines[i].strip().split(";"); + GLib.debug("Reading time from : %s", dbits[1]); var timez = GMime.utils_header_decode_date(dbits[1], null); if (timez != 0) { mailtime = new DateTime.from_unix_utc(timez); -- 2.39.2