From: Alan Knowles Date: Wed, 9 May 2018 09:53:12 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9e3da8241f06425f33ce882988609aa955947649;p=app.mailtrimmer src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 4d25330..5336f47 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -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"); }