From: Alan Knowles Date: Mon, 7 May 2018 05:39:54 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c8b047b13587fb9d6ecba7b753b24437d8825c63;p=app.mailtrimmer src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index f3316b3..50241c3 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -709,7 +709,9 @@ public class Strip : GLib.Object { if (timez != 0) { var dts = new DateTime.from_unix_utc(timez); this.created_date = dts.format("%Y-%m-%d %H:%M:%S"); - this.created_dir = dts.format("/%Y/%m/%d"); + if (!StripApplication.opt_scan_mailfort) { + this.created_dir = dts.format("/%Y/%m/%d"); + } } }