From: Alan Knowles Date: Fri, 29 Jun 2018 08:31:35 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=779c88f2e7b5b338dbfc4593e2ec6ee3d08b73ef src/strip.vala --- 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);