2007-08-31 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 31 Aug 2007 16:02:51 +0000 (16:02 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 31 Aug 2007 16:02:51 +0000 (16:02 +0000)
commit93d564f187ed22d1acc94f6cb9994c61754c9f80
treeb92b17f61890f955b6325dc3412a38b84166981b
parent4f072d3a6f8d139f95adeed4607b70384144cf43
2007-08-31  Murray Cumming  <murrayc@murrayc.com>

* src/modest-defs.h: Rename MODEST_CONF_CONNECTION_SPECIFIC_SMTP_LIST to
MODEST_CONF_CONNECTION_SPECIFIC_SMTP_LIST and make it a global list
for use by all accounts that enable the MODEST_ACCOUNT_USE_CONNECTION_SPECIFIC_SMTP
boolean, because this is the specified behaviour in the UI spec.
* src/modest-account-mgr-helpers.h:
* src/modest-account-mgr-helpers.c:
(modest_account_mgr_set_connection_specific_smtp),
(modest_account_mgr_remove_connection_specific_smtp),
(modest_account_mgr_get_connection_specific_smtp): Remove the account_name
parameter.
* src/maemo/modest-connection-specific-smtp-window.h:
* src/maemo/modest-connection-specific-smtp-window.c:
(modest_connection_specific_smtp_window_finalize),
(modest_connection_specific_smtp_window_fill_with_connections),
(modest_connection_specific_smtp_window_save_server_accounts):
Remove the account_name parameters and member variable.
* src/maemo/easysetup/modest-easysetup-wizard.c:
(on_button_outgoing_smtp_servers), (create_account):
* src/maemo/modest-account-settings-dialog.c:
(on_button_outgoing_smtp_servers), (check_data),
(modest_account_settings_dialog_set_account_name),
(save_configuration):
* src/maemo/modest-maemo-utils.c: (on_account_online),
(modest_maemo_utils_get_supported_secure_authentication_methods):
* src/modest-tny-account-store.c:
(get_smtp_specific_transport_account_for_open_connection),
(insert_account), (add_connection_specific_transport_accounts):
* src/modest-ui-actions.c: (on_smtp_servers_window_hide),
(modest_ui_actions_on_smtp_servers):
 Adapt to the changed API.

pmo-trunk-r3176
ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-account-settings-dialog.c
src/maemo/modest-connection-specific-smtp-window.c
src/maemo/modest-connection-specific-smtp-window.h
src/maemo/modest-maemo-utils.c
src/modest-account-mgr-helpers.c
src/modest-account-mgr-helpers.h
src/modest-defs.h
src/modest-tny-account-store.c
src/modest-ui-actions.c