diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-01 11:18:14 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-01 11:18:14 +0800 |
commit | ac0a49bc0bbddad44c9e9661229b135b7760d03a (patch) | |
tree | 9f0f7cb035cb9cbd98740a8b21b21f8584ce7386 /mail/ChangeLog | |
parent | 97110c53cd3f87f43a34f640df78bc4ec2201916 (diff) | |
download | gsoc2013-evolution-ac0a49bc0bbddad44c9e9661229b135b7760d03a.tar.gz gsoc2013-evolution-ac0a49bc0bbddad44c9e9661229b135b7760d03a.tar.zst gsoc2013-evolution-ac0a49bc0bbddad44c9e9661229b135b7760d03a.zip |
** See bug #68958.
2004-11-30 Not Zed <NotZed@Ximian.com>
** See bug #68958.
* em-folder-browser.c (emfb_list_built): if the pending selected
uid isn't in the folder (yet), don't clear it, just keep it
around. Hook/unhook folder_changed events.
(emfb_folder_changed, emfb_gui_folder_changed): if a select_uid is
set, and the message is now available, then select it.
svn path=/trunk/; revision=28022
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bf49211f20..548fa13041 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-11-30 Not Zed <NotZed@Ximian.com> + + ** See bug #68958. + + * em-folder-browser.c (emfb_list_built): if the pending selected + uid isn't in the folder (yet), don't clear it, just keep it + around. Hook/unhook folder_changed events. + (emfb_folder_changed, emfb_gui_folder_changed): if a select_uid is + set, and the message is now available, then select it. + 2004-11-28 S.Çağlar Onur <caglar@uludag.org.tr> ** See bug #69446. |