X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog2;h=7b252fb0ad9e2abd4f7b2d74d2845bd27a8dbc66;hb=a4f71f36281c871a534bbb26b840bc16125d7d85;hp=3c5d4456ddd08b4b96a0c45f94a3e02782acd637;hpb=930a2c61d481d3f1d1d0cdb3dd8b03d5b6b87bd1;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index 3c5d445..7b252fb 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,34 @@ +2007-07-11 Johannes Schmid + + * src/widgets/modest-folder-view.c: (filter_row) + Do not show drafts folder (see UI specs) + +2007-07-11 Johannes Schmid + + * src/modest-ui-actions.c: + Remove call to show_non_move_folders(TRUE) which was moved to a wrong + place and also not necessary. + + * src/widgets/modest-folder-view.c: (filter_row) + Guess folder type and hide Sent & Outbox if necessary. + Fixed project.maemo.org NB#57328 + +2007-07-11 Murray Cumming + + * src/modest-ui-actions.h: + * src/modest-ui-actions.c: + (modest_ui_actions_on_delete_message): + Move some code into a new + modest_ui_actions_refresh_message_window_after_delete() + function so we can use it from elsewhere. + + * src/dbus_api/modest-dbus-callbacks.c: + (on_idle_delete_message), (on_delete_message): Used an idle + handler, as we do for the other D-Bus method handlers. + Call modest_ui_actions_refresh_message_window_after_delete() + if the deleted message was open in a window. This fixed + projects.maemo.org bug NB#62862. + 2007-07-11 Murray Cumming * src/modest-main.c: (main): Only show the UI at the start if