aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-08-11 00:37:02 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-08-11 00:37:02 +0800
commitbcbb63c59f80eb4e684036c5ef58ab141fb01b03 (patch)
tree4c2bc22eba265c15a1afe5511fc208db9c5d71f4 /mail/message-list.h
parent0c8f2908653fdecd2ef5ef8cf7f2333f9bc910c4 (diff)
downloadgsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar
gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.gz
gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.bz2
gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.lz
gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.xz
gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.zst
gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.zip
Update for append_message api change.
2000-08-10 Not Zed <NotZed@HelixCode.com> * mail-local.c (do_local_reconfigure_folder): Update for append_message api change. * message-list.c (message_list_regenerate): Change for search api change. (ml_tree_value_at): Add a colour column, based on the colour assigned in the summary. (message_list_init_renderers): Init colour column. svn path=/trunk/; revision=4685
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index f21361ef17..443d92d7f4 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -43,6 +43,7 @@ enum {
/* Invisible columns */
COL_DELETED,
COL_UNREAD,
+ COL_COLOUR,
};
struct _MessageList {