aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e03ad42e69..6435cd4861 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,14 @@
+2000-05-30 Dan Winship <danw@helixcode.com>
+
+ * message-list.c (message_changed): call
+ e_table_model_row_changed, not e_table_model_changed so we do less
+ work, and don't lose the current selection.
+ (select_msg): Set up a timer to mark the displayed message as
+ "seen" if it's selected for longer than 1.5 seconds (a number
+ pulled out of Matt's butt).
+ (ml_value_at): Use the MESSAGE_STATUS column for read/unread as
+ well as deleted.
+
2000-05-30 Christopher James Lahey <clahey@helixcode.com>
* message-list.c, message-list.h: Added bold for unread messages.