pykolab/imap

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Feb 13 12:05:56 CET 2015


 pykolab/imap/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e1e49910f6c39c40de08c3c5b4650d76bcd87df6
Author: Daniel Hoffend <dh at dotlan.net>
Date:   Sun Jan 25 00:30:24 2015 +0100

    fixed initial acl string in set_acl()

diff --git a/pykolab/imap/__init__.py b/pykolab/imap/__init__.py
index 356a3ff..4f29aab 100644
--- a/pykolab/imap/__init__.py
+++ b/pykolab/imap/__init__.py
@@ -335,7 +335,7 @@ class IMAP(object):
         """
             Set an ACL entry on a folder.
         """
-        _acl = []
+        _acl = ''
 
         short_rights = {
                 'all': 'lrsedntxakcpiw',




More information about the commits mailing list