src/strip.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 May 2018 10:46:33 +0000 (18:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 May 2018 10:46:33 +0000 (18:46 +0800)
src/strip.vala

index 2b0aa2a..4fc56fe 100644 (file)
@@ -224,6 +224,7 @@ public class Strip : GLib.Object {
                        
                        var sid = p.get_header("X-strip-id");
                    if (sid != null && sid.length > 0) {
+                       this.update_attachment_db(p);
                            GLib.debug("Skip attachment replace - it's already been done");
                        return;
                        }