mail: notify on other boxes

This commit is contained in:
Leonardo Eugênio 2023-02-09 11:45:39 -03:00
parent 97336a0cd0
commit d4fc4f8eb7

View file

@ -12,7 +12,11 @@ let
astroid.enable = true;
imapnotify = {
enable = true;
boxes = [ "INBOX" ];
boxes = [
"INBOX"
"INBOX.Newsletter"
"INBOX.Git"
];
onNotify = downloadEmails;
onNotifyPost = afterSync;
};