src/strip.vala
authorAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 09:58:47 +0000 (17:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 09:58:47 +0000 (17:58 +0800)
src/strip.vala

index 66e55fe..7f6efb8 100644 (file)
@@ -668,7 +668,10 @@ public class Strip : GLib.Object {
                        
                        var newest = new  DateTime.now_local();
                        newest = oldest.add_months(-1 * StripApplication.opt_age_newest);
-                       
+                       if (tspan > 0) {
+                               GLib.debug("skip file is %d days newer than %d months", (int)tspan, StripApplication.opt_age_oldest);
+                               return;
+                       }
                        
                }