X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2Fstrip.vala;fp=src%2Fstrip.vala;h=60f7a70bcdc58ff5ff66b44f3c71cf0963de2380;hb=779c88f2e7b5b338dbfc4593e2ec6ee3d08b73ef;hp=6fe0d51f65e8e83f25441c787087ad1a5e85e82b;hpb=4addcf41c40e8bcf9ed151a70fcbb5e11f07faa8;p=app.mailtrimmer diff --git a/src/strip.vala b/src/strip.vala index 6fe0d51..60f7a70 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 == "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);