src/strip.vala
[app.mailtrimmer] / src / strip.vala
index ce70473..ed8fe09 100644 (file)
@@ -666,7 +666,8 @@ public class Strip : GLib.Object {
                // it's a mail directory...
                // use the last modification time? as the default...
                 var dts = new DateTime.from_timeval_utc(mod_time);
-                this.created_dir = dts.format("/%Y/%m/%d");;
+                this.created_dir = dts.format("/%Y/%m/%d");
+                       this.created_date = this.created_dir.replace("/", "-");                  
        }