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

index 4d25330..5336f47 100644 (file)
@@ -680,7 +680,7 @@ public class Strip : GLib.Object {
                // it's a mail directory...
                // use the last modification time? as the default...
                 mailtime = new DateTime.from_timeval_utc(mod_time);
-                this.created_dir = mailtime.format("/%Y/%m/%d");
+                this.created_dir = mailtime.format("%Y/%m/%d");
                         this.created_date =  mailtime.format("%Y-%m-%d %H:%M:%S");
  
        }