src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 404c132..59a31d3 100644 (file)
@@ -374,7 +374,7 @@ public class Strip : GLib.Object {
                        int.parse(sid)));  
                 GLib.error("Got Matches :%s", matches);
                 
-               if (matches=="0") {      
+               if (matches=="") {       
                   GLib.error("Failed to find id  :%s", sid);
                   return;
                }