From d06253b43013875bd3c71020c5d6b7b14a84378b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 8 Apr 2024 22:14:06 -0300 Subject: [PATCH] email: add roundcube archive plugin --- hosts/phantom/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phantom/email.nix b/hosts/phantom/email.nix index fbe33d7..05be3a0 100644 --- a/hosts/phantom/email.nix +++ b/hosts/phantom/email.nix @@ -36,7 +36,7 @@ $config['smtp_host'] = "tls://${hostName}:587"; $config['smtp_user'] = "%u"; $config['smtp_pass'] = "%p"; - $config['plugins'] = [ "carddav" ]; + $config['plugins'] = [ "carddav", "archive" ]; ''; };