evolution r35622 - branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi



Author: msuman
Date: Tue Jun 10 04:51:54 2008
New Revision: 35622
URL: http://svn.gnome.org/viewvc/evolution?rev=35622&view=rev

Log:
Added a few ACL props to the e-source entries.

Modified:
   branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/ChangeLog
   branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-account-listener.c

Modified: branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-account-listener.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-account-listener.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-account-listener.c	Tue Jun 10 04:51:54 2008
@@ -279,6 +279,12 @@
 			g_free (tmp);
 		}
 
+		e_source_set_property (source, "acl-user-name", account->id->name);
+		e_source_set_property (source, "acl-user-email", account->id->address);
+		/* FIXME: this would change after foreign folders/delegation is implemented */
+		e_source_set_property (source, "acl-owner-name", account->id->name);
+		e_source_set_property (source, "acl-owner-email", account->id->address);
+
 		e_source_group_add_source (group, source, -1);
 
 		if (source_selection_key) {



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