2007-06-07 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Thu, 7 Jun 2007 12:19:30 +0000 (12:19 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 7 Jun 2007 12:19:30 +0000 (12:19 +0000)
commit90b7d85fe6a7f3a46b14810fb9476982d021716d
tree78eed3d21e3b7a6741e423caefbdb88a7fbdc6c8
parent0492b87d2df7427db675aa1c029b651cc72b66b8
2007-06-07  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.h:
        * src/modest-tny-account-store.c:
        Added modest_tny_account_store_get_local_folders_account().

        * src/modest-tny-folder.h:
        * src/modest-tny-folder.c:
        (modest_tny_folder_get_account):
        Added this replacement for tny_folder_get_account() which returns
        the local-folders account for TnyMergeFolders, to avoid the
        warning about the unimplemented get_account_func() vfunc().

        (modest_tny_folder_get_rules),
        * src/modest-ui-actions.c:
        (modest_ui_actions_on_folder_selection_changed):
        * src/modest-mail-operation.c:
        (modest_mail_operation_remove_folder),
        (modest_mail_operation_xfer_folder),
        (modest_mail_operation_rename_folder),
        (modest_mail_operation_get_msg),
        (modest_mail_operation_get_msgs_full),
        (modest_mail_operation_remove_msg),
        (modest_mail_operation_xfer_msgs),
        (modest_mail_operation_refresh_folder):
        Use modest_tny_folder_get_account() instead of tny_folder_get_account().

pmo-trunk-r2097
ChangeLog2
src/modest-mail-operation.c
src/modest-tny-account-store.c
src/modest-tny-account-store.h
src/modest-tny-folder.c
src/modest-tny-folder.h
src/modest-tny-simple-folder-store.c [deleted file]
src/modest-tny-simple-folder-store.h [deleted file]
src/modest-ui-actions.c