evolution r35853 - branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35853 - branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi
- Date: Mon, 28 Jul 2008 10:24:21 +0000 (UTC)
Author: msuman
Date: Mon Jul 28 10:24:21 2008
New Revision: 35853
URL: http://svn.gnome.org/viewvc/evolution?rev=35853&view=rev
Log:
Set/unset "/apps/evolution/itip/delete_processed" gconf-key.
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 Mon Jul 28 10:24:21 2008
@@ -188,6 +188,7 @@
#define SELECTED_TASKS "/apps/evolution/calendar/tasks/selected_tasks"
#define SELECTED_JOURNALS "/apps/evolution/calendar/memos/selected_memos"
+#define ITIP_MESSAGE_HANDLING "/apps/evolution/itip/delete_processed"
GSList *
exchange_account_listener_peek_folder_list ()
@@ -232,6 +233,7 @@
}
client = gconf_client_get_default ();
+ gconf_client_set_bool (client, ITIP_MESSAGE_HANDLING, TRUE, NULL);
source_list = e_source_list_new_for_gconf (client, conf_key);
base_uri = g_strdup_printf ("%s%s %s/", MAPI_URI_PREFIX, url->user, url->host);
group = e_source_group_new (account->name, base_uri);
@@ -319,7 +321,7 @@
{
ESourceList *list;
const gchar *conf_key = NULL, *source_selection_key = NULL;
- GSList *groups;
+ GSList *groups;
gboolean found_group;
GConfClient* client;
GSList *ids;
@@ -340,8 +342,9 @@
return;
}
- client = gconf_client_get_default();
- list = e_source_list_new_for_gconf (client, conf_key);
+ client = gconf_client_get_default();
+ gconf_client_set_bool (client, ITIP_MESSAGE_HANDLING, FALSE, NULL);
+ list = e_source_list_new_for_gconf (client, conf_key);
groups = e_source_list_peek_groups (list);
base_uri = g_strdup_printf ("mapi://%s %s/", url->user, url->host);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]