2007-06-05 Murray Cumming <murrayc@murrayc.com>modest/trunk] > more ChangeLog2
authorMurray Cumming <murrayc@murrayc.com>
Tue, 5 Jun 2007 07:42:54 +0000 (07:42 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 5 Jun 2007 07:42:54 +0000 (07:42 +0000)
commit40e92875620a12ce1d34126c9a9c6bce97b21e6c
tree61a4a55b767b48bb6634ed13641f472c02696c3b
parentd6c282667a2757dee78d6916b676efb9db1bd3f8
2007-06-05  Murray Cumming  <murrayc@murrayc.com>modest/trunk] > more ChangeLog2

* src/Makefile.am:
        * src/modest-tny-simple-folder-store.c:
        * src/modest-tny-simple-folder-store.h: Removed.

        * src/modest-tny-local-folders-account.h
        * src/modest-tny-local-folders-account.c: Added a derived TnyAccount
        for the local-folders maildir, with an extra TnyMergedFolder containing
        the folders of the per-account outbox store accounts.
        * src/modest-tny-account-store.c: (get_server_accounts):
        Add the outboxes to the special local folders account after creating it.

        * src/modest-tny-account.c:
        (modest_tny_account_new_for_local_folders): Create the derived
        account when creating the main local-folders account.

        * src/maemo/modest-main-window.c: (create_details_widget),
        (modest_main_window_set_contents_style):
        Adapted to the use of the derived account instead of the folder store.

        * src/modest-ui-actions.c:
        (modest_ui_actions_on_folder_selection_changed):
        * src/modest-ui-dimming-rules.c:
        (modest_ui_dimming_rules_on_new_folder):
        * src/widgets/modest-folder-view.c: (text_cell_data),
        (icon_cell_data), (filter_row), (update_model),
        (get_cmp_rows_type_pos):

        * src/modest-tny-send-queue.c: (modest_tny_send_queue_new):
        Do not get the priv struct, because no priv struct has been set,
        to avoid a runtime warning.

pmo-trunk-r2066
17 files changed:
ChangeLog2
src/Makefile.am
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-main-window.c
src/maemo/modest-platform.c
src/modest-account-mgr.c
src/modest-tny-account-store.c
src/modest-tny-account-store.h
src/modest-tny-account.c
src/modest-tny-local-folders-account.c [new file with mode: 0644]
src/modest-tny-local-folders-account.h [new file with mode: 0644]
src/modest-tny-send-queue.c
src/modest-tny-simple-folder-store.c
src/modest-tny-simple-folder-store.h
src/modest-ui-actions.c
src/modest-ui-dimming-rules.c
src/widgets/modest-folder-view.c