[evolution] Bug 676492 - Mail backend properties with underscores stopped working.



commit d04dd269e1be631f201fdf34bf56410313db3e74
Author: David Woodhouse <David Woodhouse intel com>
Date:   Mon May 21 14:54:31 2012 +0100

    Bug 676492 - Mail backend properties with underscores stopped working.
    
    Fix oal_selected and oab_offline properties for EWS, and account_uid for
    ActiveSync.

 mail/e-mail-migrate.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/mail/e-mail-migrate.c b/mail/e-mail-migrate.c
index b54a764..ffc5f1a 100644
--- a/mail/e-mail-migrate.c
+++ b/mail/e-mail-migrate.c
@@ -842,6 +842,7 @@ em_rename_camel_url_params (CamelURL *url)
 		const gchar *url_parameter;
 		const gchar *property_name;
 	} camel_url_conversion[] = {
+		{ "account_uid",		"account-uid" },
 		{ "ad_auth",			"gc-auth-method" },
 		{ "ad_browse",			"gc-allow-browse" },
 		{ "ad_expand_groups",		"gc-expand-groups" },
@@ -863,6 +864,8 @@ em_rename_camel_url_params (CamelURL *url)
 		{ "folder_hierarchy_relative",	"folder-hierarchy-relative" },
 		{ "imap_custom_headers",	"fetch-headers-extra" },
 		{ "keep_on_server",		"keep-on-server" },
+		{ "oab_offline",		"oab-offline" },
+		{ "oal_selected",		"oal-selected" },
 		{ "offline_sync",		"stay-synchronized" },
 		{ "override_namespace",		"use-namespace" },
 		{ "owa_path",			"owa-path" },



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