diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-07 17:39:46 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-07 17:40:32 +0100 |
commit | c5ff297472a0ae585e7ad19634cb10611f98922c (patch) | |
tree | 3f9d012490920b49685c63e7b39c52bdb3f24977 /share/templates | |
parent | 83b168527a91a6ebaf2b4c4dc0970bf3dd3941ec (diff) | |
download | pykolab-c5ff297472a0ae585e7ad19634cb10611f98922c.tar.gz |
Include "body" in the list of sieve extensions by default. (#832)
Diffstat (limited to 'share/templates')
-rw-r--r-- | share/templates/imapd.conf.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/imapd.conf.tpl b/share/templates/imapd.conf.tpl index fc41387..8d4e30b 100644 --- a/share/templates/imapd.conf.tpl +++ b/share/templates/imapd.conf.tpl @@ -32,7 +32,7 @@ ldap_time_limit: 10 unixhierarchysep: 1 virtdomains: userid annotation_definitions: /etc/imapd.annotations.conf -sieve_extensions: fileinto reject vacation imapflags notify envelope include relational regex subaddress copy +sieve_extensions: fileinto reject envelope body vacation imapflags notify include regex subaddress relational copy allowallsubscribe: 0 allowusermoves: 1 altnamespace: 1 |