src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 02a0b27..015b1d6 100644 (file)
@@ -453,9 +453,8 @@ public class Strip : GLib.Object {
        var file_size = (int) fileinfo.get_size();
 
                
-               GLib.error("GOT FN: %s  | PATH: %s | CT: %s", filename, file_path, mime_filename);
-     
-               /*
+
+      
                this.query("""
                         INSERT INTO Attachments
                                (id, exim_msg?, chksum, filesize)
@@ -469,9 +468,8 @@ public class Strip : GLib.Object {
                                      this.mysql_escape(this.active_message_exim_id),
                                      this.mysql_escape(chksum),
                                  this.mysql_escape(mime_filename),                       
-                                     int.parse(filesize)
-                       ));
-               */
+                                     int.parse(file_size)
+                ));
     }