summaryrefslogtreecommitdiff
path: root/mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c')
-rw-r--r--mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c b/mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c
deleted file mode 100644
index 8d880e79f05a..000000000000
--- a/mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- plugins/exchange-account-setup/exchange-account-setup.c.orig Tue Mar 1 15:38:29 2005
-+++ plugins/exchange-account-setup/exchange-account-setup.c Tue Mar 1 15:38:45 2005
-@@ -564,9 +564,10 @@
- org_gnome_exchange_commit (EPlugin *epl, EConfigHookItemFactoryData *data)
- {
- EMConfigTargetAccount *target_account;
-- target_account = (EMConfigTargetAccount *)data->config->target;
- const char *source_url;
- CamelURL *url;
-+
-+ target_account = (EMConfigTargetAccount *)data->config->target;
-
- source_url = e_account_get_string (target_account->account, E_ACCOUNT_SOURCE_URL);
- url = camel_url_new (source_url, NULL);