aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-03 02:46:50 +0800
committerDan Winship <danw@src.gnome.org>2000-06-03 02:46:50 +0800
commita1c7c6ef0e18fce583a215a9806208d4db43ccaa (patch)
tree485271053e40a995ed8b33edfa8dcd35c724763f /mail/ChangeLog
parenta9959a65c24cb76ee1d770b6a453486e80d55daf (diff)
downloadgsoc2013-evolution-a1c7c6ef0e18fce583a215a9806208d4db43ccaa.tar
gsoc2013-evolution-a1c7c6ef0e18fce583a215a9806208d4db43ccaa.tar.gz
gsoc2013-evolution-a1c7c6ef0e18fce583a215a9806208d4db43ccaa.tar.bz2
gsoc2013-evolution-a1c7c6ef0e18fce583a215a9806208d4db43ccaa.tar.lz
gsoc2013-evolution-a1c7c6ef0e18fce583a215a9806208d4db43ccaa.tar.xz
gsoc2013-evolution-a1c7c6ef0e18fce583a215a9806208d4db43ccaa.tar.zst
gsoc2013-evolution-a1c7c6ef0e18fce583a215a9806208d4db43ccaa.zip
keep a GList of folder browsers created (owner_unset_cb): Go through the
* component-factory.c (create_view): keep a GList of folder browsers created (owner_unset_cb): Go through the list and close each folder before exiting so they sync their summary state, etc to disk. svn path=/trunk/; revision=3393
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 ce108b38b8..e7cd180fc1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2000-06-02 Dan Winship <danw@helixcode.com>
+ * component-factory.c (create_view): keep a GList of folder
+ browsers created
+ (owner_unset_cb): Go through the list and close each folder before
+ exiting so they sync their summary state, etc to disk.
+
* mail-ops.c (fetch_mail): Use camel_service_connect, not
connect_with_url, since we already passed the URL into
camel_session_get_store.