aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-14 12:35:58 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-14 12:35:58 +0800
commit7fdc703916b8d40398f16d205e953867015d2bac (patch)
tree4e51b8efbfec14ca8ac73ef3dbd3fe16ecda5599 /camel/ChangeLog
parent76e226a940f4040df075f7b6fe9c42fe07ebd445 (diff)
downloadgsoc2013-evolution-7fdc703916b8d40398f16d205e953867015d2bac.tar
gsoc2013-evolution-7fdc703916b8d40398f16d205e953867015d2bac.tar.gz
gsoc2013-evolution-7fdc703916b8d40398f16d205e953867015d2bac.tar.bz2
gsoc2013-evolution-7fdc703916b8d40398f16d205e953867015d2bac.tar.lz
gsoc2013-evolution-7fdc703916b8d40398f16d205e953867015d2bac.tar.xz
gsoc2013-evolution-7fdc703916b8d40398f16d205e953867015d2bac.tar.zst
gsoc2013-evolution-7fdc703916b8d40398f16d205e953867015d2bac.zip
** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status for
2004-01-14 Not Zed <NotZed@Ximian.com> ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status for imap folders. * providers/imap/camel-imap-folder.c (camel_imap_folder_selected): check for read-only status response. (imap_sync_online): only call sync_offline if we're read-only. (imap_expunge_uids_resyncing): NOOP for read-only. svn path=/trunk/; revision=24212
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6eaa791db5..e442a0afbe 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,15 @@
2004-01-14 Not Zed <NotZed@Ximian.com>
+ ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only
+ status for imap folders.
+
+ * providers/imap/camel-imap-folder.c (camel_imap_folder_selected):
+ check for read-only status response.
+ (imap_sync_online): only call sync_offline if we're read-only.
+ (imap_expunge_uids_resyncing): NOOP for read-only.
+
+2004-01-14 Not Zed <NotZed@Ximian.com>
+
* providers/local/camel-local-folder.c (local_getv): remove debug
printf.