From 218899921bbb6c02ecf009385bba0b176cdc1ef9 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 6 Sep 2022 09:15:58 -0400 Subject: [PATCH] tweak mbsync config --- home-manager/linux/services/email.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/linux/services/email.nix b/home-manager/linux/services/email.nix index 4d0dd0f..cacfae4 100644 --- a/home-manager/linux/services/email.nix +++ b/home-manager/linux/services/email.nix @@ -77,6 +77,7 @@ with lib; { }; services.mbsync = { enable = true; + frequency = "*:0/1"; # Index manually with mu if we don't have emacs setup, but if we have the emacs service setup, # run through emacsclient, as it will have the lock postExec =