From 71588dee79ad6d39bdeff5fa6733a1796dd8f35c Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 25 Jan 2021 09:00:38 -0600 Subject: [PATCH] whoops --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index c4da943..04b7ab6 100755 --- a/config/config.go +++ b/config/config.go @@ -46,4 +46,5 @@ func init() { POP3: as.Get("pop3").GetString(), Password: as.Get("password").GetString(), } + Interval = as.GetDuration("interval") }