2007-07-12 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Thu, 12 Jul 2007 07:59:04 +0000 (07:59 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 12 Jul 2007 07:59:04 +0000 (07:59 +0000)
commit703965f6f52fab28c9762f1b5603c6feeec5a680
tree943d1cff1787869fd936a5063bf9f571f0290814
parent8af1d484abd2573bc702ab5b40754dc042827f11
2007-07-12  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: (on_idle_open_message),
Pass the modest account name, not the TnyAccount display name to
modest_msg_view_window_new() so that the reply feature works,
fixing projects.maemo.org bug NB#62892.

* src/gnome/modest-msg-view-window.c: (modest_msg_view_window_new),
(modest_msg_view_window_new_with_header_model):
* src/maemo/modest-msg-view-window.c:
(modest_msg_view_window_new_with_header_model),
(modest_msg_view_window_new):
* src/modest-ui-actions.c: (reply_forward):
* src/widgets/modest-msg-view-window.h:
* src/widgets/modest-window.c: (modest_window_set_active_account):
Rename an account parameter to modest_account_name to make this clearer.

2007-07-11  Murray Cumming  <murrayc@murrayc.com>

* src/modest-ui-actions.h:
* src/modest-ui-actions.c: (headers_action_delete): Moved some code into
modest_do_message_delete().
* src/dbus_api/modest-dbus-callbacks.c: (on_idle_delete_message):
Call modest_do_message_delete(), hoping that this would cause messages
to be really deleted from search instead of just marked with strike through.
Does not seem to help.

pmo-trunk-r2719
ChangeLog
ChangeLog2
src/dbus_api/modest-dbus-callbacks.c
src/gnome/modest-msg-view-window.c
src/maemo/modest-msg-view-window.c
src/modest-ui-actions.c
src/modest-ui-actions.h
src/widgets/modest-msg-view-window.h
src/widgets/modest-window.c