From f21ba0924dc9521f4e809c56064bf7cfb2c57513 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 7 Aug 2018 16:17:49 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2