diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-31 04:59:12 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-31 04:59:12 +0800 |
commit | f0ec699349a7a516f712b2fc24cd5e72a63d1f0b (patch) | |
tree | 93f6ea81e561b2127b099d5e3b32f1ca26cf8a87 /mail/message-list.h | |
parent | fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2 (diff) | |
download | gsoc2013-evolution-f0ec699349a7a516f712b2fc24cd5e72a63d1f0b.tar.gz gsoc2013-evolution-f0ec699349a7a516f712b2fc24cd5e72a63d1f0b.tar.zst gsoc2013-evolution-f0ec699349a7a516f712b2fc24cd5e72a63d1f0b.zip |
Added bold for unread messages.
2000-05-30 Christopher James Lahey <clahey@helixcode.com>
* message-list.c, message-list.h: Added bold for unread messages.
svn path=/trunk/; revision=3292
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 21d51875f8..1eaa8c9872 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -34,9 +34,12 @@ enum { COL_RECEIVE, COL_TO, COL_SIZE, - COL_DELETED, - COL_LAST + COL_LAST, + + /* Invisible columns */ + COL_DELETED, + COL_UNREAD, }; struct _MessageList { |