diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-06-18 01:58:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-06-18 01:58:34 +0800 |
commit | f53bad6e04b4031d489024e4fec8af2b9fce465b (patch) | |
tree | 1535171cfacfe536c0f00c977667f760044c38ed /mail/ChangeLog | |
parent | 5bb6c136904667fab98c2f76b0f614048ac5b0a3 (diff) | |
download | gsoc2013-evolution-f53bad6e04b4031d489024e4fec8af2b9fce465b.tar gsoc2013-evolution-f53bad6e04b4031d489024e4fec8af2b9fce465b.tar.gz gsoc2013-evolution-f53bad6e04b4031d489024e4fec8af2b9fce465b.tar.bz2 gsoc2013-evolution-f53bad6e04b4031d489024e4fec8af2b9fce465b.tar.lz gsoc2013-evolution-f53bad6e04b4031d489024e4fec8af2b9fce465b.tar.xz gsoc2013-evolution-f53bad6e04b4031d489024e4fec8af2b9fce465b.tar.zst gsoc2013-evolution-f53bad6e04b4031d489024e4fec8af2b9fce465b.zip |
Don't display an unread icon for a parent message status if it has unread
2003-06-16 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (ml_tree_value_at): Don't display an unread icon
for a parent message status if it has unread children but has been
read itself. Instead, show that we have unread children by just
making the message test bold (which it was already doing, so
yay... this was easy). Fixes bug #42630.
svn path=/trunk/; revision=21457
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a45d74992b..a13f4f0b55 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2003-06-16 Jeffrey Stedfast <fejj@ximian.com> + + * message-list.c (ml_tree_value_at): Don't display an unread icon + for a parent message status if it has unread children but has been + read itself. Instead, show that we have unread children by just + making the message test bold (which it was already doing, so + yay... this was easy). Fixes bug #42630. + 2003-06-16 Not Zed <NotZed@Ximian.com> ** See bug #44609 |