From 397e004ea57b5014f3b38f67fc804f37f9f68d6c Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 13 Oct 2023 15:51:32 -0700 Subject: [PATCH] Fuck dovecot, why you gotta be this way --- dovecot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dovecot.nix b/dovecot.nix index 1da7143..d5cd031 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -354,8 +354,8 @@ in { mailPlugins = { globally.enable = [ "old_stats" "fts" "fts_xapian" ]; perProtocol = { - imap = [ "imap_sieve" "fts" "fts_xapian" ]; - lmtp = [ "sieve" "fts" "fts_xapian" ]; + imap.enable = [ "imap_sieve" "fts" "fts_xapian" ]; + lmtp.enable = [ "sieve" "fts" "fts_xapian" ]; }; };