aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-31 05:43:40 +0800
committerDan Winship <danw@src.gnome.org>2000-05-31 05:43:40 +0800
commitc7381e8f1494734aeb9f1a406e6dadbac1f23d62 (patch)
treeffdf2fb6bbd356cf316b64ab03940c0c9ce1465d /mail/ChangeLog
parentf0ec699349a7a516f712b2fc24cd5e72a63d1f0b (diff)
downloadgsoc2013-evolution-c7381e8f1494734aeb9f1a406e6dadbac1f23d62.tar
gsoc2013-evolution-c7381e8f1494734aeb9f1a406e6dadbac1f23d62.tar.gz
gsoc2013-evolution-c7381e8f1494734aeb9f1a406e6dadbac1f23d62.tar.bz2
gsoc2013-evolution-c7381e8f1494734aeb9f1a406e6dadbac1f23d62.tar.lz
gsoc2013-evolution-c7381e8f1494734aeb9f1a406e6dadbac1f23d62.tar.xz
gsoc2013-evolution-c7381e8f1494734aeb9f1a406e6dadbac1f23d62.tar.zst
gsoc2013-evolution-c7381e8f1494734aeb9f1a406e6dadbac1f23d62.zip
call e_table_model_row_changed, not e_table_model_changed so we do less
* 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. svn path=/trunk/; revision=3293
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.