aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 8bc4a7e..21388f6 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -36,6 +36,7 @@ import Utility.Notify
doCron :: IO ()
doCron = do
+ purgeOldEventCaches
rems <- (++) <$> readEmacsEventCache <*> readManualEventCache
(h, m, _) <- localHMD
let nowRemsFilter r = getReminderHour r == h