diff options
author | Tobias Mueller <tobiasmue@gnome.org> | 2009-04-04 06:41:56 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2009-04-04 06:41:56 +0800 |
commit | 0ecdda6ca11bc1380f1c9809eb4cd838713edad1 (patch) | |
tree | aed2dc328ee4dac17d94a341e6cb835b1d7c6050 /mail/ChangeLog | |
parent | c2c46d066fe244e7f9aa688677040b1596925aa5 (diff) | |
download | gsoc2013-evolution-0ecdda6ca11bc1380f1c9809eb4cd838713edad1.tar.gz gsoc2013-evolution-0ecdda6ca11bc1380f1c9809eb4cd838713edad1.tar.zst gsoc2013-evolution-0ecdda6ca11bc1380f1c9809eb4cd838713edad1.zip |
** Fix for bug #569765
2008-04-04 Tobias Mueller <tobiasmue@gnome.org>
** Fix for bug #569765
* message-list.c: Don't keep the selected message in the message
list if it is removed from the folder.
Patch by Matt McCutchen <matt@mattmccutchen.net>
svn path=/trunk/; revision=37493
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 8b14efe507..4c81c8e768 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2008-04-04 Tobias Mueller <tobiasmue@gnome.org> + + ** Fix for bug #569765 + + * message-list.c: Don't keep the selected message in the message + list if it is removed from the folder. + Patch by Matt McCutchen <matt@mattmccutchen.net> + 2009-04-02 Milan Crha <mcrha@redhat.com> * em-folder-tree.c: (em_folder_tree_get_selected_folder): |