Skip to content

Commit d8390bf

Browse files
committed
Require modules for :details
1 parent c44c12f commit d8390bf

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", "imap4flags"];
1+
require ["fileinto", "regex", "vacation", "imap4flags", "envelope", "subaddress"];
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", "imap4flags"];
1+
require ["fileinto", "regex", "date", "relational", "vacation", "imap4flags", "envelope", "subaddress"];
22

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

0 commit comments

Comments
 (0)