2007-04-18 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Wed, 18 Apr 2007 10:10:37 +0000 (10:10 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 18 Apr 2007 10:10:37 +0000 (10:10 +0000)
commit3f42b5ae96903964c4eddb9dcebd223ef5925d6b
treeb15f54530acf0b96bcf82bb41c3b4ad8fe160ac4
parent2657b59fbb82d49daa8fb1576ea3052fcee8aa41
2007-04-18  Murray Cumming  <murrayc@murrayc.com>

* src/widgets/Makefile.am:
        * src/widgets/modest-limit-retrieve-combo-box.c:
        * src/widgets/modest-limit-retrieve-combo-box.h:
        * src/widgets/modest-retrieve-combo-box.c:
        * src/widgets/modest-retrieve-combo-box.h: Added new widgets for use in
        the account settings dialog.

        * src/modest-defs.h:
        * src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr-helpers.c:
        (modest_server_account_get_option_secure_auth),
        (modest_server_account_set_option_secure_auth):
        * src/modest-account-mgr.c:
        (modest_account_mgr_add_server_account):
        Use the existing AUTH_MECH conf key for the secure-auth setting,
        instead of putting it in the list options, because this was actually used already.

        * src/maemo/modest-account-settings-dialog.c:
        (create_page_account_details),
        (modest_account_settings_dialog_set_account_name),
        (save_configuration):
        * src/maemo/modest-account-settings-dialog.h:
        Add the retrieve and retrieve-limit combo boxes, as per the UI spec.
        Hide the leave-messages checkbox for non-POP accounts, as per the UI spec.

pmo-trunk-r1581
12 files changed:
ChangeLog2
src/maemo/modest-account-settings-dialog.c
src/maemo/modest-account-settings-dialog.h
src/modest-account-mgr-helpers.c
src/modest-account-mgr-helpers.h
src/modest-account-mgr.c
src/modest-defs.h
src/widgets/Makefile.am
src/widgets/modest-limit-retrieve-combo-box.c [new file with mode: 0644]
src/widgets/modest-limit-retrieve-combo-box.h [new file with mode: 0644]
src/widgets/modest-retrieve-combo-box.c [new file with mode: 0644]
src/widgets/modest-retrieve-combo-box.h [new file with mode: 0644]