From d04dd269e1be631f201fdf34bf56410313db3e74 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 21 May 2012 14:54:31 +0100 Subject: 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 file changed, 3 insertions(+) (limited to 'mail') diff --git a/mail/e-mail-migrate.c b/mail/e-mail-migrate.c index b54a764ca2..ffc5f1a264 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" }, -- cgit v1.2.3