2007-04-19 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Thu, 19 Apr 2007 09:25:27 +0000 (09:25 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 19 Apr 2007 09:25:27 +0000 (09:25 +0000)
commit6d2cc7fda4c21ce383c62737a2804e388cb48b26
tree58c54fdd50635d4f17ebac35b9ffe03f8c9803fa
parent54954202742a0fde0fc9abe866aa650fea0e21b9
2007-04-19  Murray Cumming  <murrayc@murrayc.com>

* src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr-helpers.c:
        (modest_account_mgr_get_unused_account_name),
        (modest_account_mgr_get_unused_account_display_name): Added these
        utility functions, to avoid code duplication.

        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_account_details), (create_account):
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        (on_combo_security_changed),
        (modest_connection_specific_smtp_edit_window_init),
        (modest_connection_specific_smtp_edit_window_save_settings):
        * src/maemo/modest-connection-specific-smtp-edit-window.h:
        * src/maemo/modest-connection-specific-smtp-window.c:
        (modest_connection_specific_smtp_window_finalize),
        (modest_connection_specific_smtp_window_fill_with_connections),
        (on_button_edit), (modest_connection_specific_smtp_window_init):
        * src/maemo/modest-connection-specific-smtp-window.h:
        Implementing saving of connection-specific server accounts.

        But I need to refactor this so we can save the data for each
        possible connection-specific account and only actually create the server accounts
        when the easysetup finished, or the OK button is pressed on the account settings
        dialog.

pmo-trunk-r1593
ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-connection-specific-smtp-edit-window.c
src/maemo/modest-connection-specific-smtp-edit-window.h
src/maemo/modest-connection-specific-smtp-window.c
src/maemo/modest-connection-specific-smtp-window.h
src/modest-account-mgr-helpers.c
src/modest-account-mgr-helpers.h