src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:10:22 +0000 (16:10 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:10:22 +0000 (16:10 +0800)
src/strip.vala

index 8686615..c9c997b 100644 (file)
@@ -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)
                  )