From 162241719840041f754c827a3bebf9ef6bb43ee8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 7 Aug 2018 16:18:29 +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 c2fff35..470514a 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -241,7 +241,7 @@ public class StripApplication : GLib.Application { return 0; } - strip.scan_dir(opt_path, ""); + strip.scan_dir(opt_path, opt_scan_mailfort_only); -- 2.39.2