[evolution-data-server] GOA: Support the upcoming "imap_smtp" provider type.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] GOA: Support the upcoming "imap_smtp" provider type.
- Date: Mon, 28 Jan 2013 17:19:08 +0000 (UTC)
commit f2ca828205f8238d913b97b03409a16254cdeb44
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Jan 28 12:16:35 2013 -0500
GOA: Support the upcoming "imap_smtp" provider type.
.../module-gnome-online-accounts.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/modules/gnome-online-accounts/module-gnome-online-accounts.c b/modules/gnome-online-accounts/module-gnome-online-accounts.c
index 4c57bc8..16a96be 100644
--- a/modules/gnome-online-accounts/module-gnome-online-accounts.c
+++ b/modules/gnome-online-accounts/module-gnome-online-accounts.c
@@ -111,6 +111,9 @@ gnome_online_accounts_get_backend_name (const gchar *goa_provider_type)
if (g_str_equal (goa_provider_type, "google"))
eds_backend_name = "google";
+ if (g_str_equal (goa_provider_type, "imap_smtp"))
+ eds_backend_name = "none";
+
if (g_str_equal (goa_provider_type, "yahoo"))
eds_backend_name = "yahoo";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]