From e35a36e0ef0f1a4e9fc212ac74fcedc9f05f845b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 25 Oct 2023 09:12:01 +0100 Subject: [PATCH] Make mbsync service more frequent --- home/accounts/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/accounts/email.nix b/home/accounts/email.nix index 4d55fb89..043060ae 100644 --- a/home/accounts/email.nix +++ b/home/accounts/email.nix @@ -32,7 +32,7 @@ services = { mbsync = { enable = true; - frequency = "*:0/30"; + frequency = "*:0/15"; postExec = "${pkgs.notmuch}/bin/notmuch new"; }; imapnotify.enable = true;