2007-05-25 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 25 May 2007 11:07:29 +0000 (11:07 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 25 May 2007 11:07:29 +0000 (11:07 +0000)
commit40cd7daf81df8f225032bfabc792349954d2a12a
treec9ace61218d260e8462035351f786b49248cdd11
parentcc77d0cecb3fdb6cc55c36c60be92cc63730e5e4
2007-05-25  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account.c:
        (modest_tny_account_new_from_server_account):
        Call modest_runtime_get_send_queue() immediately after creating transport
        accounts, so that they start trying to send email from the outbox as soon
        as possible at startup. This is probably what we want.

        * src/modest-mail-operation.c: (update_account_thread):
        * src/modest-runtime.c: (modest_runtime_get_send_queue):
        * src/modest-tny-send-queue.c: (modest_tny_send_queue_try_to_send):
        * src/modest-tny-send-queue.h:
        * src/modest-ui-actions.c: (modest_ui_actions_do_send_receive),
        (modest_ui_actions_on_send):
        Added comments about how sending works, though it needs some more work.

pmo-trunk-r1976
ChangeLog2
src/modest-mail-operation.c
src/modest-runtime.c
src/modest-tny-account.c
src/modest-tny-send-queue.c
src/modest-tny-send-queue.h
src/modest-ui-actions.c