From: Alan Knowles Date: Tue, 7 Aug 2018 08:23:23 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=43ddb1d8ffc4dc5304089b0c1ee7e689716d8d25 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 9828124..459a450 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -133,6 +133,7 @@ public class StripApplication : GLib.Application { { "oldest", 0, 0, OptionArg.INT, ref opt_age_oldest, "do not replace messages older than X (default is 6 months)", null }, { "scan-maildir", 0, 0, OptionArg.NONE, ref opt_scan_maildir, "scan an maildir tree", null }, + { "stamp", 0, 0, OptionArg.NONE, ref opt_stamp, "create and honour directory stamps", null }, { "scan-mailfort", 0, 0, OptionArg.NONE, ref opt_scan_mailfort, "scan a mailfort tree", null }, { "scan-mailfort-only", 0, 0, OptionArg.STRING, ref opt_scan_mailfort_only, "scan a mailfort Year/month eg. /2010/08", null }, { null }