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