2007-05-22 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Tue, 22 May 2007 09:05:51 +0000 (09:05 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 22 May 2007 09:05:51 +0000 (09:05 +0000)
* 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
src/modest-account-mgr.c

index 37c5b08..2312f11 100644 (file)
@@ -1,5 +1,13 @@
 2007-05-22 Murray Cumming  <murrayc@murrayc.com>
 
+       * 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  <murrayc@murrayc.com>
+
        * src/gnome/modest-main-window.c:
        (on_account_store_connecting_finished), (connect_signals):
        * src/maemo/modest-main-window.c:
index ea8afe4..d1a4e7e 100644 (file)
@@ -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) {