diff --git a/home-manager/roles/mail-sort.nix b/home-manager/roles/mail-sort.nix index c98542d1..5e8c5f82 100644 --- a/home-manager/roles/mail-sort.nix +++ b/home-manager/roles/mail-sort.nix @@ -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" ]; + }; + }; }