src/strip.vala
[app.mailtrimmer] / src / strip.vala
index a30e35e..23d4174 100644 (file)
@@ -1071,7 +1071,7 @@ public class Strip : GLib.Object {
                
         }
         
-       if (StripApplication.opt_stamp && 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;
                }
         
@@ -1160,7 +1160,7 @@ public class Strip : GLib.Object {
         // completed this folder
         
         if (StripApplication.opt_stamp) {
-               GLib.FileUtils.set_contents (basepath + subpath + ".strip-done-stamp", "Stripper done");
+               GLib.FileUtils.set_contents (basepath + subpath + "/.strip-done-stamp", "Stripper done");
         }