From b659cbd5801417114fb64499b223f7e465500c3a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 May 2018 17:51:43 +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 429c161..4d25330 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -144,7 +144,7 @@ public class StripApplication : GLib.Application { // options that have to be set.. bee or hive... (or stop all) - if ((!opt_scan_mailfort && !opt_scan_imap) || (opt_scan_mailfort && opt_scan_imap)) { + if ((!opt_scan_mailfort && !opt_scan_maildir) || (opt_scan_mailfort && opt_scan_maildir)) { stdout.printf ("You must specify the type of directory tree to scan - either imap or mailfort\n%s", opt_context.get_help(true, null)); GLib.Process.exit(Posix.EXIT_FAILURE); -- 2.39.2