Branch 'pykolab-0.4' - 2 commits - configure.ac share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Jun 8 14:04:28 CEST 2012


 configure.ac                   |    2 +-
 share/templates/imapd.conf.tpl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 74b0ff10aaec9f3f41fc525db1b2d0dfcf9091cf
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Jun 7 17:39:46 2012 +0100

    Include "body" in the list of sieve extensions by default. (#832)

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


commit c13087572ee76e69c5c71098fdbf6928e50025ea
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Jun 6 17:14:05 2012 +0200

    Release 0.4.13

diff --git a/configure.ac b/configure.ac
index ab2a25e..f2c7273 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pykolab], 0.4.12)
+AC_INIT([pykolab], 0.4.13)
 AC_SUBST([RELEASE], 1)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)





More information about the commits mailing list