src/strip.vala
authorAlan Knowles <alan@roojs.com>
Mon, 7 May 2018 05:40:07 +0000 (13:40 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 7 May 2018 05:40:07 +0000 (13:40 +0800)
src/strip.vala

index 50241c3..44c6f67 100644 (file)
@@ -709,6 +709,7 @@ public class Strip : GLib.Object {
                                        if (timez != 0) {
                                                var dts = new DateTime.from_unix_utc(timez);
                                                this.created_date = dts.format("%Y-%m-%d %H:%M:%S");
+                                               // if it's not mailfort we can use that date to determine where to store it...
                                                if (!StripApplication.opt_scan_mailfort) {
                                                        this.created_dir = dts.format("/%Y/%m/%d");
                                                }