X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog2;h=6f95f35d6a065f6d9de5294c1cf1aa25f5f41390;hb=336ab483e75766d25c5b2c3cc8c973944ce3eb1e;hp=ead5f93d42d8d9a8990c2d87ee7d91a43dfe5f8e;hpb=1c8928c2d9bf74d0df67eacf38aaf4947800dfb5;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index ead5f93..6f95f35 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,37 @@ +2007-08-28 Murray Cumming + + * src/modest-search.c: (on_timeout_check_account_is_online), + (check_and_wait_for_account_is_online): + It is OK for local-folder and mmc accounts to be used when they + are in the _INIT folder, instead of waiting for them to change + (they never do). + For POP and IMAP, wait from them to stop being _INIT, rather than + waiting from them to be _CONNECTED, because that seems to be + the status that causes the problems. + +2007-08-28 Murray Cumming + + * src/modest-search.c: (check_and_wait_for_account_is_online): + Actually pass the account to the timeout callback. + +2007-08-28 Murray Cumming + + * src/modest-search.c: (on_timeout_check_account_is_online): + Added some debug output to help me debug a problem on the N800. + (check_and_wait_for_account_is_online): Fail immediately if the + device is offline. + modest_search_all_accounts(): Try the search even if the account does + not seem to be online, because this can work sometimes, and should work + with the cache if there is no active libconic connection. + +2007-08-27 Armin Burgmeier + + * src/modest-tny-send-queue.c: Implement TnyFolderObserver and + observe outbox for added messages to assign them a status. Previously, + this was done in modest_tny_send_queue_add(), but the message id might + not yet be known at that point. This reduces warnings when sending + mail, though I am not sure how this even worked before. + 2007-08-27 Murray Cumming * src/maemo/modest-account-settings-dialog.c: