From 7fe2bf4551c64331fbfb94af6a585b5046a79935 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:53:10 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) )); - + */ } -- 2.39.2