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/message-list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/message-list.h') diff --git a/mail/message-list.h b/mail/message-list.h index 96b61b91a8..e66dc74a55 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -28,6 +28,7 @@ typedef struct _Renderer Renderer; enum { COL_MESSAGE_STATUS, + COL_FLAGGED, COL_SCORE, COL_ATTACHMENT, COL_FROM, -- cgit v1.2.3