diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-15 05:51:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-15 05:51:18 +0800 |
commit | 3cbdcff43de5d8a9c379c6f64b8f192b1532fffb (patch) | |
tree | 88056098bd5a00c96f667a216571762219c34599 /camel/ChangeLog | |
parent | 1957762cbf5375928fd0fe3fedb3b63850425e9e (diff) | |
download | gsoc2013-evolution-3cbdcff43de5d8a9c379c6f64b8f192b1532fffb.tar gsoc2013-evolution-3cbdcff43de5d8a9c379c6f64b8f192b1532fffb.tar.gz gsoc2013-evolution-3cbdcff43de5d8a9c379c6f64b8f192b1532fffb.tar.bz2 gsoc2013-evolution-3cbdcff43de5d8a9c379c6f64b8f192b1532fffb.tar.lz gsoc2013-evolution-3cbdcff43de5d8a9c379c6f64b8f192b1532fffb.tar.xz gsoc2013-evolution-3cbdcff43de5d8a9c379c6f64b8f192b1532fffb.tar.zst gsoc2013-evolution-3cbdcff43de5d8a9c379c6f64b8f192b1532fffb.zip |
Unlock the command_lock after each UID STORE command so that other
2002-06-14 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_sync_online): Unlock
the command_lock after each UID STORE command so that other
(probably more important) threads can send their requests.
svn path=/trunk/; revision=17188
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 221a5d9cc0..15d4d35705 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-06-14 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-folder.c (imap_sync_online): Unlock + the command_lock after each UID STORE command so that other + (probably more important) threads can send their requests. + * camel-arg.c: * camel-disco-diary.c: * camel-index-control.c: |