src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 6fe0d51..60f7a70 100644 (file)
@@ -374,7 +374,7 @@ public class Strip : GLib.Object {
                        int.parse(sid)));  
 
                 
-               if (matches == "") {     
+               if (matches == "0") {    
                        // our old mailfort code deleted the crap out of old records...
                        // if this occurs we will need to create the record again..
                        this.fix_deleted_attachment_db(int.parse(sid),attachment);