diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-17 07:50:29 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-17 07:50:29 +0800 |
commit | 78c8bb85778d35a4214ba6626829d180e12af9de (patch) | |
tree | 7c1ef146587d8b1d828f598eeb900a7e2be92792 /mail/ChangeLog | |
parent | 9c21067261d2af663d762c7f655eea1a7573f1e9 (diff) | |
download | gsoc2013-evolution-78c8bb85778d35a4214ba6626829d180e12af9de.tar.gz gsoc2013-evolution-78c8bb85778d35a4214ba6626829d180e12af9de.tar.zst gsoc2013-evolution-78c8bb85778d35a4214ba6626829d180e12af9de.zip |
Implement clicking on the envelope icon to set read/unread. Based on a
* message-list.c (ml_set_value_at): Implement clicking on the
envelope icon to set read/unread. Based on a patch by clahey.
(select_msg): keep the timeout id for the "seen" flagging in the
message_list structure, so ml_set_value_at can clear it so it
doesn't re-mark a message seen after you click it unseen.
svn path=/trunk/; revision=3601
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fbd959274f..a78169097e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,12 +1,20 @@ 2000-06-16 Dan Winship <danw@helixcode.com> + * message-list.c (ml_set_value_at): Implement clicking on the + envelope icon to set read/unread. Based on a patch by clahey. + (select_msg): keep the timeout id for the "seen" flagging in the + message_list structure, so ml_set_value_at can clear it so it + doesn't re-mark a message seen after you click it unseen. + +2000-06-16 Dan Winship <danw@helixcode.com> + * message-list.c (get_message_row): new function to do a uid to row mapping. (mark_msg_seen, select_msg, message_changed, message_list_set_folder): Update for Camel flag changes. (on_cursor_change_cmd): Rename "row_to_select" to "selected_row", and keep a "selected_uid" as well. - + * mail-ops.c (composer_send_cb): Update for Camel flag changes, and fix some memory-handling bugs. (Free the post_send_data when the composer is destroyed, not when the user clicks "send", which |