src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:53:10 +0000 (15:53 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:53:10 +0000 (15:53 +0800)
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)
                        ));
-                       
+               */
     }