src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:53:39 +0000 (15:53 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:53:39 +0000 (15:53 +0800)
src/strip.vala

index c20f529..7085ed3 100644 (file)
@@ -374,7 +374,7 @@ public class Strip : GLib.Object {
                        int.parse(sid)));  
 
                 
-               if (matches !="") {      
+               if (matches == "") {     
                        // 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);