From: Alan Knowles Date: Fri, 29 Jun 2018 07:53:10 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=7fe2bf4551c64331fbfb94af6a585b5046a79935 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 1265159..c20f529 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -447,7 +447,7 @@ public class Strip : GLib.Object { GLib.error("GOT FN: %s | PATH: %s | CT: %s", filename, file_path, content_type); - + /* this.query(""" INSERT INTO Attachments (id, exim_msg?, chksum, filesize) @@ -463,7 +463,7 @@ public class Strip : GLib.Object { this.mysql_escape(mime_filename), int.parse(filesize) )); - + */ }