email: fix new email notification not showing

This commit is contained in:
Leonardo Eugênio 2023-02-09 12:38:32 -03:00
parent d4fc4f8eb7
commit 9e22487d19

View file

@ -18,7 +18,7 @@ let
"INBOX.Git" "INBOX.Git"
]; ];
onNotify = downloadEmails; onNotify = downloadEmails;
onNotifyPost = afterSync; onNotifyPost = onNewEmails;
}; };
offlineimap = { offlineimap = {
enable = true; enable = true;