View | Details | Raw Unified
Collapse All | Expand All

(-) servers/exchange/storage/exchange-account.c.orig (-3 / +2 lines)
 Lines 1244-1251    Link Here 
					      account->priv->identity_name,
					      account->priv->identity_name,
					      account->priv->identity_email,
					      account->priv->identity_email,
					      account->priv->source_uri,
					      account->priv->source_uri,
					      account->priv->offline_sync);
					      TRUE);
	d(g_print ("exchange-account.c:setup_account_hierarchies:offline_sync=%d\n", account->priv->offline_sync));
	setup_hierarchy (account, hier);
	setup_hierarchy (account, hier);
	g_free (phys_uri_prefix);
	g_free (phys_uri_prefix);
 Lines 1277-1283    Link Here 
					      account->priv->identity_name,
					      account->priv->identity_name,
					      account->priv->identity_email,
					      account->priv->identity_email,
					      account->priv->source_uri,
					      account->priv->source_uri,
					      account->priv->offline_sync);
					      TRUE);
	setup_hierarchy (account, hier);
	setup_hierarchy (account, hier);
	g_free (phys_uri_prefix);
	g_free (phys_uri_prefix);