Skip to content

Commit 724c8a6

Browse files
committed
Enable the imap4flags module from Sieve to allow users to mark mails as read by using setflag "\\Seen";
1 parent b739f38 commit 724c8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/conf/sieve_filter.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require ["fileinto", "regex", "vacation"];
1+
require ["fileinto", "regex", "vacation", "imap4flags"];
22

33
<tmpl_if name="cc">
44
# Send a copy of email to

server/conf/sieve_filter_1.2.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require ["fileinto", "regex", "date", "relational", "vacation"];
1+
require ["fileinto", "regex", "date", "relational", "vacation", "imap4flags"];
22

33
<tmpl_if name="cc">
44
# Send a copy of email to

0 commit comments

Comments
 (0)