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

index ccdd866..2206efe 100644 (file)
@@ -737,6 +737,7 @@ public class Strip : GLib.Object {
                                        if (timez != 0) {
                                                mailtime = new DateTime.from_unix_utc(timez);
                                                this.created_date = mailtime.format("%Y-%m-%d %H:%M:%S");
+                                               GLib.debug("Time is %d",this.created_date);
                                                // if it's not mailfort we can use that date to determine where to store it...
                                                if (!StripApplication.opt_scan_mailfort) {
                                                        this.created_dir = mailtime.format("%Y/%m/%d");