aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-06-27 03:20:01 +0800
committerDan Winship <danw@src.gnome.org>2001-06-27 03:20:01 +0800
commit4fb01ff2ff50c15ddae5c676e616e77c98e09054 (patch)
tree51aeb0bc2887cdc19fdacca92eca75e17f664395 /camel/ChangeLog
parent03d2f262c0d2094b8b4d7fdbeb45adbff0ade372 (diff)
downloadgsoc2013-evolution-4fb01ff2ff50c15ddae5c676e616e77c98e09054.tar
gsoc2013-evolution-4fb01ff2ff50c15ddae5c676e616e77c98e09054.tar.gz
gsoc2013-evolution-4fb01ff2ff50c15ddae5c676e616e77c98e09054.tar.bz2
gsoc2013-evolution-4fb01ff2ff50c15ddae5c676e616e77c98e09054.tar.lz
gsoc2013-evolution-4fb01ff2ff50c15ddae5c676e616e77c98e09054.tar.xz
gsoc2013-evolution-4fb01ff2ff50c15ddae5c676e616e77c98e09054.tar.zst
gsoc2013-evolution-4fb01ff2ff50c15ddae5c676e616e77c98e09054.zip
lock the cache around accesses
* providers/imap/camel-imap-folder.c (camel_imap_folder_selected, imap_append_offline, imap_append_online, camel_imap_folder_changed): lock the cache around accesses * providers/imap/camel-imap-store.c (get_folder_online): ref the newly-created folder (as current_folder) before calling camel_imap_folder_selected, in case that needs to do something that causes another folder to become current... svn path=/trunk/; revision=10509
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3bfbaf2c08..89c56e8228 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,6 +1,16 @@
2001-06-26 Dan Winship <danw@ximian.com>
- * camel-url.c (camel_url_encode): constify args
+ * providers/imap/camel-imap-folder.c (camel_imap_folder_selected,
+ imap_append_offline, imap_append_online,
+ camel_imap_folder_changed): lock the cache around accesses
+
+ * providers/imap/camel-imap-store.c (get_folder_online): ref the
+ newly-created folder (as current_folder) before calling
+ camel_imap_folder_selected, in case that needs to do something
+ that causes another folder to become current...
+
+ * camel-service.c (camel_service_get_url): D'oh.
+ s/FALSE/CAMEL_URL_HIDE_PASSWORD/
2001-06-25 Jeffrey Stedfast <fejj@ximian.com>