aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-13 01:24:59 +0800
committerDan Winship <danw@src.gnome.org>2000-09-13 01:24:59 +0800
commit41a4789e97772d21c082c83a6f6d3710463456a6 (patch)
treec119d67c65c21770fe40da6e23a95a6e96ef225b /mail
parentcf28689609f7c6dcc9d22ce4ed95251f1c21e481 (diff)
downloadgsoc2013-evolution-41a4789e97772d21c082c83a6f6d3710463456a6.tar
gsoc2013-evolution-41a4789e97772d21c082c83a6f6d3710463456a6.tar.gz
gsoc2013-evolution-41a4789e97772d21c082c83a6f6d3710463456a6.tar.bz2
gsoc2013-evolution-41a4789e97772d21c082c83a6f6d3710463456a6.tar.lz
gsoc2013-evolution-41a4789e97772d21c082c83a6f6d3710463456a6.tar.xz
gsoc2013-evolution-41a4789e97772d21c082c83a6f6d3710463456a6.tar.zst
gsoc2013-evolution-41a4789e97772d21c082c83a6f6d3710463456a6.zip
sync the folder on deactivate.
* folder-browser-factory.c (control_deactivate): sync the folder on deactivate. svn path=/trunk/; revision=5370
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/folder-browser-factory.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4902063e88..461f5ed8c6 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-12 Dan Winship <danw@helixcode.com>
+
+ * folder-browser-factory.c (control_deactivate): sync the folder
+ on deactivate.
+
2000-09-12 Ettore Perazzoli <ettore@helixcode.com>
* message-list.c (on_right_click): Also display the name of the
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index ef8777cffd..a6458e2512 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -392,6 +392,7 @@ control_deactivate (BonoboControl *control,
g_free (toolbar_name);
remove_ondemand_hooks (fb, uih);
+ mail_do_sync_folder (fb->folder);
}
static void