From 694c447567c969da5b076ae80c0afc28d66d3231 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:10:22 +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 8686615..c9c997b 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -509,11 +509,11 @@ public class Strip : GLib.Object { file_size this.mysql_escape(chksum) )); - + // this is done to fix the queue_id or maillog_id ?? this.query(""" SELECT attachment_update( %d, -- in_id INT(11), - '%s', -- in_mime_type varchar(255), + '%s', -- in_created DATETIME, '%s' -- in_mailfort_sig varchar(64) ) -- 2.39.2