From 19e0bd94f3e174d45f84e18ee02015accb46b0b0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:01:28 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index cd18e5b..e52d8c6 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -457,7 +457,7 @@ public class Strip : GLib.Object { this.query(""" INSERT INTO Attachment - (id, msgid, checksum, filesize) + (id, msgid, checksum, mime_type, filesize) values ( %d, '%s', '%s', '%s', %d -- 2.39.2