From 66b59d42a9ae694030f09b39fb22c323bd848dce Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 4 Jul 2023 23:14:58 +0100 Subject: [PATCH] email: thunderbird, users can jsut accept defaults --- applications/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/email.nix b/applications/email.nix index 459dab8..9293279 100644 --- a/applications/email.nix +++ b/applications/email.nix @@ -145,7 +145,7 @@ }; postfix = { - filter = "(skMail=%s)"; + filter = "(|(skMail=%s)(uid=%s))"; uidAttribute = "skMail"; mailAttribute = "skMail"; };