X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2Fstrip.vala;h=417bca5670d8460a473d549362305d4ba2e5f784;hb=e33131a6e56718f175e13a9e04d5775d4dbe9f13;hp=ccf79aee8fbb83d18e4adea7c650a7bbae81c5a1;hpb=a436f184c37be8aae0e9c2d2b913d0fa350dceae;p=app.mailtrimmer diff --git a/src/strip.vala b/src/strip.vala index ccf79ae..417bca5 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -443,7 +443,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 full_path = opt_target_path + "/" + file_path; + var full_path = StripApplication.opt_target_path + "/" + file_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);