From 66860dcf92e885f121abae60aeff03788b050347 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 14:20:32 -0700 Subject: [PATCH] Uhh...it _is_ pigeonhole --- dovecot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot.nix b/dovecot.nix index e112293..1bc41b6 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -236,7 +236,7 @@ in { mailboxes = cfg.mailboxes; - modules = with pkgs; [ dovecot_pidgeonhole ]; + modules = with pkgs; [ dovecot_pigeonhole ]; protocols = [ "sieve" ]; mailPlugins.globally.enable = [ "old_stats" ];