[evolution-kolab/ek-wip-porting: 1/8] libekolabutil: added AUTO folder (creation) type
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/ek-wip-porting: 1/8] libekolabutil: added AUTO folder (creation) type
- Date: Fri, 31 Aug 2012 16:10:49 +0000 (UTC)
commit 7ee61078d56e87cf0caef040e5369c565277dc1e
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Fri Aug 31 17:27:47 2012 +0200
libekolabutil: added AUTO folder (creation) type
* identical to INVALID, used to designate the cases where we
need to pass in a folder type id, but expect the function
not to use it (and use the preconfigured type taken from
the object private member)
src/libekolabutil/kolab-util-folder.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/libekolabutil/kolab-util-folder.h b/src/libekolabutil/kolab-util-folder.h
index d354138..c1e79ca 100644
--- a/src/libekolabutil/kolab-util-folder.h
+++ b/src/libekolabutil/kolab-util-folder.h
@@ -58,7 +58,8 @@ typedef enum {
/* Book-IMAPX (EBook-Backend) */
KOLAB_FOLDER_TYPE_CONTACT, /* 15 */
KOLAB_FOLDER_TYPE_CONTACT_DEFAULT, /* 16 */
- KOLAB_FOLDER_LAST_TYPE
+ KOLAB_FOLDER_LAST_TYPE,
+ KOLAB_FOLDER_TYPE_AUTO = KOLAB_FOLDER_TYPE_INVAL
} KolabFolderTypeID;
/* IMAP folder annotation: /vendor/kolab/incidences-for
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]