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