From 49fb88201b2f80d45c726093f868e27f4171a22f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 May 2018 17:51:27 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strip.vala b/src/strip.vala index ed6af9f..429c161 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -87,7 +87,7 @@ public class StripApplication : GLib.Application { public static bool opt_is_extracting = false; public static bool opt_is_replacing = false; - public static bool opt_scan_imap = false; + public static bool opt_scan_maildir = false; public static bool opt_scan_mailfort = false; public static bool opt_dump = false; public static bool opt_debug = false; @@ -120,7 +120,7 @@ public class StripApplication : GLib.Application { { "limit", 0, 0, OptionArg.INT, ref opt_limit, "stop after X number of messages with attachments have been processed", null }, { "min-age", 0, 0, OptionArg.INT, ref opt_min_age, "minimum age of messages (default is 6 months)", null }, - { "scan-imap", 0, 0, OptionArg.NONE, ref opt_scan_imap, "scan an imap tree", null }, + { "scan-maildir", 0, 0, OptionArg.NONE, ref opt_scan_maildir, "scan an maildir tree", null }, { "scan-mailfort", 0, 0, OptionArg.NONE, ref opt_scan_mailfort, "scan a mailfort tree", null }, { null } }; -- 2.39.2