[evolution-kolab] libekolabutil: added enumeration for Kolab folder permission types
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] libekolabutil: added enumeration for Kolab folder permission types
- Date: Tue, 9 Oct 2012 18:13:04 +0000 (UTC)
commit 8e4a48a057a88915edb6bd2a114129df50558a3f
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Tue Oct 9 20:01:34 2012 +0200
libekolabutil: added enumeration for Kolab folder permission types
src/libekolabutil/kolab-util-folder.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/libekolabutil/kolab-util-folder.h b/src/libekolabutil/kolab-util-folder.h
index c57a44e..f2e8b41 100644
--- a/src/libekolabutil/kolab-util-folder.h
+++ b/src/libekolabutil/kolab-util-folder.h
@@ -93,6 +93,16 @@ typedef enum {
KOLAB_FOLDER_LAST_CONTEXT
} KolabFolderContextID;
+/* IMAP ACL folder permissions types */
+typedef enum {
+ KOLAB_FOLDER_PERM_NOCHANGE = 0,
+ KOLAB_FOLDER_PERM_READ,
+ KOLAB_FOLDER_PERM_APPEND,
+ KOLAB_FOLDER_PERM_WRITE,
+ KOLAB_FOLDER_PERM_ALL,
+ KOLAB_FOLDER_LAST_PERM
+} KolabFolderPermID;
+
typedef struct _KolabFolderDescriptor KolabFolderDescriptor;
struct _KolabFolderDescriptor {
gchar *name;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]