1
0
Fork 0

Fix todo creating on hera

This commit is contained in:
Malte Brandy 2021-12-22 02:16:51 +01:00
parent 574a652f29
commit 1c5f397ede

View file

@ -101,5 +101,10 @@ let
in
{
services.mbsync.postExec = "${sortMail}/bin/sort-mail-archive";
accounts.email.accounts = lib.mkIf pkgs.withSecrets { hera.imapnotify.onNotify = lib.mkForce "${quick-sync}"; };
accounts.email.accounts = lib.mkIf pkgs.withSecrets {
hera.imapnotify = {
onNotify = lib.mkForce "${quick-sync}";
boxes = [ "Move/todo" ];
};
};
}