email: fix new email notification not showing
This commit is contained in:
parent
d4fc4f8eb7
commit
9e22487d19
|
@ -18,7 +18,7 @@ let
|
|||
"INBOX.Git"
|
||||
];
|
||||
onNotify = downloadEmails;
|
||||
onNotifyPost = afterSync;
|
||||
onNotifyPost = onNewEmails;
|
||||
};
|
||||
offlineimap = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue