From 6eb3e631bd04d9e58eb1ce8db50c769dcd037d1c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 25 Oct 2000 19:05:20 +0000 Subject: Add a "flagged" column, based on the Camel "flagged" flag, for assigning * message-list.c: Add a "flagged" column, based on the Camel "flagged" flag, for assigning an arbitrary "hey, I care about this" flag to a message. (ml_tree_set_value_at): Remove (ml_tree_is_cell_editable): No, it's not. (on_click): Handle the read/unread and flagged fields via the click handler. Among other things, this makes it not select a message when you change its read status. svn path=/trunk/; revision=6173 --- mail/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 01344af4ff..33fbc08574 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-10-25 Dan Winship + + * message-list.c: Add a "flagged" column, based on the Camel + "flagged" flag, for assigning an arbitrary "hey, I care about + this" flag to a message. + (ml_tree_set_value_at): Remove + (ml_tree_is_cell_editable): No, it's not. + (on_click): Handle the read/unread and flagged fields via the + click handler. Among other things, this makes it not select + a message when you change its read status. + 2000-10-24 Dan Winship * subscribe-dialog.c (folder_info_subscribed, -- cgit