src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 7f83d23..7e530c4 100644 (file)
@@ -497,8 +497,8 @@ public class Strip : GLib.Object {
                                    %d, -- size
                                    
                                    '%s', -- checkum
-                                       '%s' --created:
-                               )"
+                                       '%s' -- created:
+                               )
                       
                       
                      """.printf(
@@ -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)