From ed45b6096cc5f3ad793e545285a6f8a7f23fc94c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Sep 2024 16:11:50 +0000 Subject: [PATCH] Fixed sieve extensions in mail.sh --- lib/mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mail.sh b/lib/mail.sh index 66d9bb9..a7f9040 100644 --- a/lib/mail.sh +++ b/lib/mail.sh @@ -169,7 +169,7 @@ plugin { # deprecated imapflags extension in addition to all extensions were already # enabled by default. #sieve_extensions = +notify +imapflags - sieve_extensions = +notify +imapflags +vnd.dovecot.pipe +vnd.dovecot.filter + sieve_extensions = +notify +imapflags +special-use +vnd.dovecot.pipe +vnd.dovecot.filter # Which Sieve language extensions are ONLY available in global scripts. This # can be used to restrict the use of certain Sieve extensions to administrator