[evolution-ews] Add mailbox type and item_id to EwsMailbox. Missed to commit it.



commit cd06d7fa3f5654f79a06e15d154c2d5f58b4cca8
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Mon Jul 18 18:25:45 2011 +0530

    Add mailbox type and item_id to EwsMailbox. Missed to commit it.

 src/server/e-ews-item.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/server/e-ews-item.h b/src/server/e-ews-item.h
index 6ff26ca..3507408 100644
--- a/src/server/e-ews-item.h
+++ b/src/server/e-ews-item.h
@@ -74,6 +74,8 @@ typedef struct {
 typedef struct {
 	gchar *name;
 	gchar *email;
+	gchar *mb_type;
+	EwsId *item_id;
 } EwsMailbox;
 
 typedef struct {



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