diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-20 13:19:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-20 13:19:42 +0800 |
commit | e714124dc7b940446165a901cdae6732dd647bfb (patch) | |
tree | 5013e4cbdcd4ca5f9b822dced52ee191bbb8403c /mail/ChangeLog | |
parent | b2a435d9f208d5401e4561e6f106cae619a27c4f (diff) | |
download | gsoc2013-evolution-e714124dc7b940446165a901cdae6732dd647bfb.tar.gz gsoc2013-evolution-e714124dc7b940446165a901cdae6732dd647bfb.tar.zst gsoc2013-evolution-e714124dc7b940446165a901cdae6732dd647bfb.zip |
** See #57583.
2004-05-20 Not Zed <NotZed@Ximian.com>
** See #57583.
* message-list.c (build_tree): save/restore the selection when we
update.
(message_list_set_selected): util to set the selected messages
from a list of uids.
(build_flat): same. I wonder if etree's unbroken enough to use it
more directly?
svn path=/trunk/; revision=26006
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0f2d5faf5a..79f79e9515 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,14 @@ 2004-05-20 Not Zed <NotZed@Ximian.com> + ** See #57583. + + * message-list.c (build_tree): save/restore the selection when we + update. + (message_list_set_selected): util to set the selected messages + from a list of uids. + (build_flat): same. I wonder if etree's unbroken enough to use it + more directly? + ** See #58693. * mail-send-recv.c (mail_autoreceive_setup): add bounds checking |