X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2Fstrip.vala;h=7085ed3ae1343c1b69070e80b3b2c5732116ef4b;hb=951e534c1c3640f1a09fcbc24af51b769df8ca30;hp=c20f529c631275bbfb1d8106f57c8a0f118b91e6;hpb=7fe2bf4551c64331fbfb94af6a585b5046a79935;p=app.mailtrimmer diff --git a/src/strip.vala b/src/strip.vala index c20f529..7085ed3 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -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);