[evolution-kolab] libekolabutil: include 'k' (create folders) in "all" rights



commit 24fc701813e5a7c7f1e07dd351fce20db3796a63
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Mon Oct 15 20:07:01 2012 +0200

    libekolabutil: include 'k' (create folders) in "all" rights
    
    * make 'k' appear in the ACL rights strings
      for the "all" selection
    * 'a' (administer) is included anyways, so
      excluding 'k' would just be nonsensical

 src/libekolabutil/kolab-util-folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libekolabutil/kolab-util-folder.c b/src/libekolabutil/kolab-util-folder.c
index 9bba245..8f1693e 100644
--- a/src/libekolabutil/kolab-util-folder.c
+++ b/src/libekolabutil/kolab-util-folder.c
@@ -59,7 +59,7 @@ static gchar *kolab_folder_perm_inv_map[] = {
 	"lrs",                  /* KOLAB_FOLDER_PERM_READ */
 	"lrsip",                /* KOLAB_FOLDER_PERM_APPEND */
 	"lrswipte",             /* KOLAB_FOLDER_PERM_WRITE */
-	"lrswipaxte"            /* KOLAB_FOLDER_PERM_ALL */
+	"lrswipakxte"           /* KOLAB_FOLDER_PERM_ALL */
 };
 
 static KolabFolderTypeID kolab_folder_type_nums[KOLAB_FOLDER_LAST_TYPE];



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]