From: Alan Knowles Date: Tue, 7 Aug 2018 08:31:49 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=1ab5acdd121228435a0c50aadf1f1d9d7782aa11 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 47225fd..10ee034 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -1068,7 +1068,7 @@ public class Strip : GLib.Object { } - if (GLib.FileUtils.test( basepath + subpath + ".strip-done-stamp", GLib.FileTest.EXISTS )) { + if (StripApplication.opt_stamp && GLib.FileUtils.test( basepath + subpath + ".strip-done-stamp", GLib.FileTest.EXISTS )) { return; }