src/strip.vala
authorAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 09:53:23 +0000 (17:53 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 09:53:23 +0000 (17:53 +0800)
src/strip.vala

index 5336f47..2212ca4 100644 (file)
@@ -729,7 +729,7 @@ public class Strip : GLib.Object {
                                                this.created_date = mailtime.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 = mailtime.format("/%Y/%m/%d");
+                                                       this.created_dir = mailtime.format("%Y/%m/%d");
                                                }
                                        }
                                }