[evolution/webkit] Select IMAP+ by default in new account setup.



commit d011e1efb299749561aa2750db9ab801f232bb54
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Mar 21 09:31:59 2011 -0400

    Select IMAP+ by default in new account setup.
    
    It's high time we promote IMAP+ over the older IMAP provider.  Migration
    of existing IMAP accounts to IMAP+ will come in a future release.  This
    is a first step.

 mail/em-account-editor.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 984d13f..55ffb3a 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -1686,7 +1686,8 @@ emae_refresh_providers (EMAccountEditor *emae, EMAccountEditorService *service)
 			current[len] = 0;
 		}
 	} else {
-		current = (gchar *) "imap";
+		/* Promote the newer IMAP provider over the older one. */
+		current = (gchar *) "imapx";
 	}
 
 	store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_POINTER);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]