From: Alan Knowles Date: Tue, 7 Aug 2018 08:25:35 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=5c896d3eeec4013ffca1bc63efed929d872c36b0 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 3954d94..31a07d2 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -102,6 +102,7 @@ public class StripApplication : GLib.Application { public static bool opt_scan_mailfort = false; public static bool opt_dump = false; public static bool opt_debug = false; + public static bool opt_stamp = false; public static bool opt_debug_sql = false; public static string? opt_replace_link = null;