From: Alan Knowles Date: Tue, 7 Aug 2018 08:17:49 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=f21ba0924dc9521f4e809c56064bf7cfb2c57513 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 8a64992..c2fff35 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -87,7 +87,9 @@ public class StripApplication : GLib.Application { public static string? opt_db_name = null; public static string? opt_db_user = null; public static string? opt_db_pass = null; - + public static string? opt_scan_mailfort_only = ""; + + public static int opt_limit = -1; public static int opt_age_newest = 1;