src/strip.vala
authorAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 10:02:29 +0000 (18:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 10:02:29 +0000 (18:02 +0800)
src/strip.vala

index 4224d4a..5a87d63 100644 (file)
@@ -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);