From fc32343999a69cc807a74156ba3d4000c9736c25 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 22 May 2007 09:05:51 +0000 Subject: [PATCH] 2007-05-22 Murray Cumming * src/modest-account-mgr.c: (modest_account_mgr_add_server_account): Set the secure-connection conf key for transport accounts as well as store accounts. I don't know why the if was there. For instance, this makes sure that we use SSL for the gmail preset from the easysetup wizard. pmo-trunk-r1947 --- ChangeLog2 | 8 ++++++++ src/modest-account-mgr.c | 6 ++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog2 b/ChangeLog2 index 37c5b08..2312f11 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,13 @@ 2007-05-22 Murray Cumming + * src/modest-account-mgr.c: + (modest_account_mgr_add_server_account): Set the secure-connection + conf key for transport accounts as well as store accounts. I don't know + why the if was there. For instance, this makes sure that we use SSL + for the gmail preset from the easysetup wizard. + +2007-05-22 Murray Cumming + * src/gnome/modest-main-window.c: (on_account_store_connecting_finished), (connect_signals): * src/maemo/modest-main-window.c: diff --git a/src/modest-account-mgr.c b/src/modest-account-mgr.c index ea8afe4..d1a4e7e 100644 --- a/src/modest-account-mgr.c +++ b/src/modest-account-mgr.c @@ -409,10 +409,8 @@ modest_account_mgr_add_server_account (ModestAccountMgr * self, if (!ok) goto cleanup; - if (modest_protocol_info_protocol_is_store(proto)) { - /* Add the security settings: */ - modest_server_account_set_security (self, name, security); - } + /* Add the security settings: */ + modest_server_account_set_security (self, name, security); cleanup: if (!ok) { -- 1.7.9.5