When editing and sending an e-mail in failed state, use the original
[modest] / ChangeLog2
index 304cab9..3b8a2ee 100644 (file)
@@ -1,3 +1,39 @@
+2007-09-11  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-account-settings-dialog.c:
+       (modest_account_settings_dialog_set_account_name): Set the incoming 
+       secure-auth checkbox only when a secure auth method is really specified 
+       in gconf. For some reason, it was set also if a secure connection was 
+       chosen, but that does not make sense to me, and was not commented.
+       For instance, this stops the user from seeing an error about unsupported 
+       secure authentication when editing a gmail account.
+
+2007-09-05  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-maemo-utils.c:
+       (on_camel_account_get_supported_secure_authentication),
+       (modest_maemo_utils_get_supported_secure_authentication_methods):
+       Adapted to the changed tinymail signature of the callback, and 
+       printf a warning when there is an exception, as a clue.
+
+2007-09-03  Armin Burgmeier  <armin@openismus.com>
+
+       * src/maemo/modest-maemo-utils.c: Don't set the temporary account
+       online that checks for supported authentication methods. This fixes
+       projects.maemo.org bug NB#61369.
+
+2007-09-03  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/widgets/modest-folder-view.c: (strings_are_equal),
+       (on_model_foreach_set_name), (on_get_mmc_account_name),
+       (text_cell_data): Restored this code that was removed in 
+       svn revision 3165 by jfernandez, because this late name-discovery 
+       really is necessary sometimes. This is the correct fix to the endless 
+       calling of this function:
+       * src/modest-tny-account.c: (on_modest_file_system_info):
+       Don't call tny_account_set_name() when the name is already correct, 
+       to avoid unnecessary (endless) updates to the tree model.
+
 2007-08-31  Murray Cumming  <murrayc@murrayc.com>
 
        * src/modest-defs.h: Rename MODEST_CONF_CONNECTION_SPECIFIC_SMTP_LIST to