src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 1265159..c20f529 100644 (file)
@@ -447,7 +447,7 @@ public class Strip : GLib.Object {
                
                GLib.error("GOT FN: %s  | PATH: %s | CT: %s", filename, file_path, content_type);
      
-               
+               /*
                this.query("""
                         INSERT INTO Attachments
                                (id, exim_msg?, chksum, filesize)
@@ -463,7 +463,7 @@ public class Strip : GLib.Object {
                                  this.mysql_escape(mime_filename),                       
                                      int.parse(filesize)
                        ));
-                       
+               */
     }