From f2fef68545bc2c7b6195b0338ab50634b0da64e9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 May 2018 18:03:43 +0800 Subject: [PATCH] src/strip.vala src/strip.vala.c --- src/strip.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/strip.vala b/src/strip.vala index 5a87d63..ccdd866 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -741,6 +741,8 @@ public class Strip : GLib.Object { if (!StripApplication.opt_scan_mailfort) { this.created_dir = mailtime.format("%Y/%m/%d"); } + } else { + GLib.debug("Could not read time from headers?"); } } -- 2.39.2