diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-13 08:58:07 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-13 08:58:07 +0800 |
commit | e82bac02742a29525ffab78679552c69483814e4 (patch) | |
tree | f26e078ae41a8a87cbda1d57ad9b39dcb991fd76 /mail/ChangeLog | |
parent | 7fc592861825abf6bf91a324d636ef433f8100b8 (diff) | |
download | gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar.gz gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar.bz2 gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar.lz gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar.xz gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.tar.zst gsoc2013-evolution-e82bac02742a29525ffab78679552c69483814e4.zip |
if doing a full update, save the cursor pos and restore it afterwards.
2001-02-12 Not Zed <NotZed@Ximian.com>
* message-list.c (build_tree): if doing a full update, save the
cursor pos and restore it afterwards.
(on_cursor_activated_cmd): Copy the current_uid to a new string.
I dont know why this is required, but it is.
(message_list_destroy): Free the cursor_uid as we're done with it.
(build_flat): IF the current uid disappeared from the list, then
unset the message.
(build_tree): Likewise.
svn path=/trunk/; revision=8199
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2f76369e7d..7f974287b3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-02-12 Not Zed <NotZed@Ximian.com> + + * message-list.c (build_tree): if doing a full update, save the + cursor pos and restore it afterwards. + (on_cursor_activated_cmd): Copy the current_uid to a new string. + I dont know why this is required, but it is. + (message_list_destroy): Free the cursor_uid as we're done with it. + (build_flat): IF the current uid disappeared from the list, then + unset the message. + (build_tree): Likewise. + 2001-02-12 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_write): Clean out the cruft in the |