From 9e22487d19f19c957e27e96b9ee1ac409e564473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 9 Feb 2023 12:38:32 -0300 Subject: [PATCH] email: fix new email notification not showing --- user/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/email.nix b/user/email.nix index 27597e1..d72ebe1 100644 --- a/user/email.nix +++ b/user/email.nix @@ -18,7 +18,7 @@ let "INBOX.Git" ]; onNotify = downloadEmails; - onNotifyPost = afterSync; + onNotifyPost = onNewEmails; }; offlineimap = { enable = true;