src/strip.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 May 2018 09:32:47 +0000 (17:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 May 2018 09:32:47 +0000 (17:32 +0800)
src/strip.vala

index c7222aa..458d754 100644 (file)
@@ -303,7 +303,7 @@ public class Strip : GLib.Object {
     }
     public void replace_attachment(GMime.Multipart parent, GMime.Part attachment)
     {
-        var sid = attachment.get_header('X-strip-id');
+        var sid = attachment.get_header("X-strip-id");
         if (sid != null && sid.length) {
                GLib.debug("Skip attachment replace - it's already been done");
                return;