mail: notify on other boxes
This commit is contained in:
parent
97336a0cd0
commit
d4fc4f8eb7
|
@ -12,7 +12,11 @@ let
|
|||
astroid.enable = true;
|
||||
imapnotify = {
|
||||
enable = true;
|
||||
boxes = [ "INBOX" ];
|
||||
boxes = [
|
||||
"INBOX"
|
||||
"INBOX.Newsletter"
|
||||
"INBOX.Git"
|
||||
];
|
||||
onNotify = downloadEmails;
|
||||
onNotifyPost = afterSync;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue