From: Alan Knowles Date: Fri, 29 Jun 2018 07:54:33 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=d70cb8e999daa0aa626106b88bf7b5c64d1bb15c src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 7085ed3..1123c47 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -442,7 +442,7 @@ public class Strip : GLib.Object { { var filename = attachment.get_header("X-strip-content-name"); - var file_path = attachment.get_header("X-strip-path"); + var file_path = opt_target_path + "/" + attachment.get_header("X-strip-path"); var content_type = attachment.get_header("X-strip-content-type"); GLib.error("GOT FN: %s | PATH: %s | CT: %s", filename, file_path, content_type);