* implemented the send-queue stuff (partially); still
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 5 Feb 2007 10:44:19 +0000 (10:44 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 5 Feb 2007 10:44:19 +0000 (10:44 +0000)
commitfd54149b68b3777ce63ebf25346bbc485cd84ec8
tree5be185bef1d24093cd9cc36ac7c0a244d5db36f3
parent2784010bc045e92b2d79baed9d1328b880691cae
* implemented the send-queue stuff (partially); still
  not fully working due to (apparently) a send mail bug

* gtk/modest-edit-msg-window.c:
- cleanup sending of message
* gtk/modest-account-assistant.c:
- generate better (unique) server_account names
* modest-conf.h:
- cosmetics
* modest-account-mgr-helpers.c:
- clear up the TnyGetAccountRequestType/TnyAccountType confusion
* modest-mail-operation.c:
- use the brand new send queue
* modest-runtime.[ch]:
- manage the SendQueue singleton-per-accounts
* modest-tny-send-queue.[ch]:
- minimalistic send queue implementation
* modest-cache-mgr.[ch]:
- add SendQueue as a cacheable type
* widgets/modest-folder-view.c:
- make resistant agains NULL names
* modest-tny-account-store.[ch]:
- fix some bugs (TnyGetAccountRequestType/TnyAccountType confusion)
- add sanity checking for types
- cleanups

pmo-trunk-r787
20 files changed:
src/gtk/modest-account-assistant.c
src/gtk/modest-edit-msg-window.c
src/modest-account-mgr-helpers.c
src/modest-cache-mgr.c
src/modest-cache-mgr.h
src/modest-conf.h
src/modest-mail-operation.c
src/modest-runtime.c
src/modest-runtime.h
src/modest-singletons.c
src/modest-singletons.h
src/modest-tny-account-store.c
src/modest-tny-account-store.h
src/modest-tny-account.c
src/modest-tny-send-queue.c
src/modest-tny-send-queue.h
src/widgets/modest-folder-view.c
src/widgets/modest-folder-view.h
src/widgets/modest-header-view-render.c
src/widgets/modest-header-view.c