src/strip.vala
[app.mailtrimmer] / src / strip.vala
index ed7fee2..b9c1fee 100644 (file)
@@ -882,6 +882,7 @@ public class Strip : GLib.Object {
                                return;
                        }
                if (year == oldest.get_year() &&  month == oldest.get_month() && day < oldest.get_day()) {
+                               GLib.debug("Skip directory %s is older than min year: %d/%d/%d", subpath, oldest.get_year() , oldest.get_month(), oldest.get_day() );           
                                return;
                        }