aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-16 03:29:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-16 03:29:00 +0800
commitbb779e4261f44de3859847c262843674eb072b61 (patch)
tree17cd3d5789dfd80e87f3f887e9ce38ba493417bb /mail/ChangeLog
parent8fbb41b728784aa0b7672964f6d5304d82429b5c (diff)
downloadgsoc2013-evolution-bb779e4261f44de3859847c262843674eb072b61.tar
gsoc2013-evolution-bb779e4261f44de3859847c262843674eb072b61.tar.gz
gsoc2013-evolution-bb779e4261f44de3859847c262843674eb072b61.tar.bz2
gsoc2013-evolution-bb779e4261f44de3859847c262843674eb072b61.tar.lz
gsoc2013-evolution-bb779e4261f44de3859847c262843674eb072b61.tar.xz
gsoc2013-evolution-bb779e4261f44de3859847c262843674eb072b61.tar.zst
gsoc2013-evolution-bb779e4261f44de3859847c262843674eb072b61.zip
Don't select the first unread mesg in the case where no mesg was
2004-01-15 Jeffrey Stedfast <fejj@ximian.com> * em-folder-browser.c (emfb_list_built): Don't select the first unread mesg in the case where no mesg was previously selected. Fixes bug #52887 until we are able to add a user preference (for 2.2?). * em-migrate.c (cp): Only abort the copy if the dest folder both exists and contains data. Fixes bug #52880. (em_migrate): Abort if config.xmldb cannot be loaded. Fixes bug #52886. svn path=/trunk/; revision=24252
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c8154d170d..f7ad4954df 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2004-01-15 Jeffrey Stedfast <fejj@ximian.com>
+ * em-folder-browser.c (emfb_list_built): Don't select the first
+ unread mesg in the case where no mesg was previously
+ selected. Fixes bug #52887 until we are able to add a user
+ preference (for 2.2?).
+
* em-migrate.c (cp): Only abort the copy if the dest folder both
exists and contains data. Fixes bug #52880.
(em_migrate): Abort if config.xmldb cannot be loaded. Fixes bug