src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 2ff0749..06b068a 100644 (file)
@@ -507,8 +507,8 @@ public class Strip : GLib.Object {
                                      this.mysql_escape(filename),
                                  this.mysql_escape(mime_type),
                                  this.mysql_escape(file_path),
-                                       file_size
-                                     file_size
+                                       file_size,
+                                     file_size,
                                      this.mysql_escape(chksum),
                                        this.created_date
                         ));
@@ -521,8 +521,7 @@ public class Strip : GLib.Object {
                       '%s' -- in_mailfort_sig varchar(64)
                  )
              """.printf(
-                               id,
-                       "", // this will be ignored..
+                               id, 
                                this.created_date,
                                this.mysql_escape(this.active_message_x_mailfort_sig)