* ModestAccountMgr: the account manager is just a facade to the configuration...
authorSergio Villar Senin <svillar@igalia.com>
Mon, 23 Jul 2007 16:38:03 +0000 (16:38 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 23 Jul 2007 16:38:03 +0000 (16:38 +0000)
commitcc42e4f7bacf63f357ff1c59fb04e0748ad686e4
treeb72fb405fb2ef9e702ef7d8dda2283ad6d8fa7dc
parent0638f028b32698761d1e064ad0c0c5283dc4f8b9
    * ModestAccountMgr: the account manager is just a facade to the configuration system, so it should
not know TnyAccounts only ModestAccounts. TnyAccounts are managed by the TnyAccountStore
        - removed the server_account parametter from the account_removed signal
        - removed the server_account parametter from the remove_account method
        - Changed the signature of the methods that handled the signal
        - completetly rewritten the account removal code
        * ModestTnyAccountStore
        - now it issues a account_removed for both the store and the transport account
        - completety rewritten the get_server_account method, it makes no sense to use the account mgr, because we h
ave the accounts
        * ModestFolderView
        - added a missing check
        - added a missing select inbox
- added a condition to the filter_row method, do not take into account the visible_account_id if we aren't in SHOW_ONE style

pmo-trunk-r2774
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-account-view-window.c
src/maemo/modest-msg-view-window.c
src/modest-account-mgr.c
src/modest-account-mgr.h
src/modest-mail-operation.c
src/modest-tny-account-store.c
src/widgets/modest-account-view.c
src/widgets/modest-folder-view.c