src/strip.vala
authorAlan Knowles <alan@roojs.com>
Tue, 7 Aug 2018 08:17:02 +0000 (16:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Aug 2018 08:17:02 +0000 (16:17 +0800)
src/strip.vala

index ca947c0..1b22486 100644 (file)
@@ -131,7 +131,8 @@ 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 },
-               { "scan-mailfort", 0, 0, OptionArg.NONE, ref opt_scan_mailfort, "scan a mailfort tree", null },  
+               { "scan-mailfort", 0, 0, OptionArg.NONE, ref opt_scan_mailfort, "scan a mailfort tree", null }, 
+               { "scan-mailfort-only", 0, 0, OptionArg.NONE, ref opt_scan_mailfort, "scan a mailfort Year/month eg. 2010/08", null }, 
                { null }       
        };         
     public StripApplication( string[] args )