diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 4730440..766a1f8 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -427,9 +427,14 @@ in enable = true; create = "maildir"; subFolders = "Verbatim"; - extraConfig.account = { - AuthMechs = "LOGIN"; - Timeout = 0; + extraConfig = { + account = { + AuthMechs = "LOGIN"; + Timeout = 0; + }; + channel = { + Sync = ["Pull" "New" "Upgrade"]; + }; }; }; passwordCommand = "echo foobar";