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