* Fixes #84315, do not enable the user to change some parametters if there was a...
[modest] / src / modest-account-mgr-helpers.c
index dd203f4..1542e83 100644 (file)
@@ -515,10 +515,6 @@ modest_account_mgr_save_server_settings (ModestAccountMgr *self,
                                                                           protocol, TRUE));
        }
 
-       if (!has_errors) {
-         modest_account_mgr_set_server_account_username_has_succeeded (self, account_name, FALSE);
-       }
-
        return !has_errors;
 
 }