aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-30 04:41:55 +0800
committerDan Winship <danw@src.gnome.org>2000-10-30 04:41:55 +0800
commit9e6c10a18be76719fbba41c36c61abc9c1542710 (patch)
tree71dd13a5f6211466b0b6dc50de6908615f27b75c /mail/ChangeLog
parentb23d7cd857879ca0d4b8c2fa0315da75b0a77e09 (diff)
downloadgsoc2013-evolution-9e6c10a18be76719fbba41c36c61abc9c1542710.tar
gsoc2013-evolution-9e6c10a18be76719fbba41c36c61abc9c1542710.tar.gz
gsoc2013-evolution-9e6c10a18be76719fbba41c36c61abc9c1542710.tar.bz2
gsoc2013-evolution-9e6c10a18be76719fbba41c36c61abc9c1542710.tar.lz
gsoc2013-evolution-9e6c10a18be76719fbba41c36c61abc9c1542710.tar.xz
gsoc2013-evolution-9e6c10a18be76719fbba41c36c61abc9c1542710.tar.zst
gsoc2013-evolution-9e6c10a18be76719fbba41c36c61abc9c1542710.zip
Don't try to regenerate the message list if there is no folder. (The
* message-list.c (mail_do_regenerate_messagelist): Don't try to regenerate the message list if there is no folder. (The Bonobo UI code will call this as the callback for the "Threaded View" command.) svn path=/trunk/; revision=6255
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 e274211a65..b47e1a85ac 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2000-10-29 Dan Winship <danw@helixcode.com>
+ * message-list.c (mail_do_regenerate_messagelist): Don't try to
+ regenerate the message list if there is no folder. (The Bonobo UI
+ code will call this as the callback for the "Threaded View"
+ command.)
+
* mail-ops.c (do_fetch_mail): Sync the folder before refreshing so
we don't lose flag settings.