From 5c896d3eeec4013ffca1bc63efed929d872c36b0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 7 Aug 2018 16:25:35 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2