aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2012-05-21 21:54:31 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-05-21 21:54:31 +0800
commitd04dd269e1be631f201fdf34bf56410313db3e74 (patch)
tree003bd69f391e95c15d2eb7cff487b0e7751ea607 /mail
parentd8bf9f5b383a6ee723f2cd536bbfc8e9a5c4a055 (diff)
downloadgsoc2013-evolution-d04dd269e1be631f201fdf34bf56410313db3e74.tar
gsoc2013-evolution-d04dd269e1be631f201fdf34bf56410313db3e74.tar.gz
gsoc2013-evolution-d04dd269e1be631f201fdf34bf56410313db3e74.tar.bz2
gsoc2013-evolution-d04dd269e1be631f201fdf34bf56410313db3e74.tar.lz
gsoc2013-evolution-d04dd269e1be631f201fdf34bf56410313db3e74.tar.xz
gsoc2013-evolution-d04dd269e1be631f201fdf34bf56410313db3e74.tar.zst
gsoc2013-evolution-d04dd269e1be631f201fdf34bf56410313db3e74.zip
Bug 676492 - Mail backend properties with underscores stopped working.
Fix oal_selected and oab_offline properties for EWS, and account_uid for ActiveSync.
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-migrate.c3
1 files changed, 3 insertions, 0 deletions
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" },