diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-05-03 00:07:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-05-03 00:07:18 +0800 |
commit | 8a9ec3432ed901063bfe665221cced3be6353015 (patch) | |
tree | 285dc7bb77c753a410872a3f859422c5d5fc4394 /mail/ChangeLog | |
parent | 271ebab0a7a4777bc3750154630278e4aa2614bc (diff) | |
download | gsoc2013-evolution-8a9ec3432ed901063bfe665221cced3be6353015.tar.gz gsoc2013-evolution-8a9ec3432ed901063bfe665221cced3be6353015.tar.zst gsoc2013-evolution-8a9ec3432ed901063bfe665221cced3be6353015.zip |
To be consistant with the message-list envelope toggle, undelete the
2003-04-30 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mark_as_unseen): To be consistant with the
message-list envelope toggle, undelete the message when we unmark
the Seen flag here as well. Fixes bug #42118.
2003-04-30 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (ml_tree_value_at): Fixed to return the correct
values (swapped) in order to fix bug #42120.
2003-04-30 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (regen_list_regened): Save the tree state before
we tear down the tree and then load it back again. yay. Fixes bug
#42170 and #40074.
svn path=/trunk/; revision=21047
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d1753181ac..e5da7a11db 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2003-04-30 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (mark_as_unseen): To be consistant with the + message-list envelope toggle, undelete the message when we unmark + the Seen flag here as well. Fixes bug #42118. + +2003-04-30 Jeffrey Stedfast <fejj@ximian.com> + + * message-list.c (ml_tree_value_at): Fixed to return the correct + values (swapped) in order to fix bug #42120. + +2003-04-30 Jeffrey Stedfast <fejj@ximian.com> + + * message-list.c (regen_list_regened): Save the tree state before + we tear down the tree and then load it back again. yay. Fixes bug + #42170 and #40074. + 2003-04-30 Not Zed <NotZed@Ximian.com> ** See bug #41748 |