aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-15 04:14:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-15 04:14:15 +0800
commitd54a3c91c587f2d481c8c52b1674210502acbe85 (patch)
tree2e627f709b2940b71487b9516310f6479cd51628 /camel/ChangeLog
parent885d0b6bd7eb813ec273592ee627ff0f1bd4f065 (diff)
downloadgsoc2013-evolution-d54a3c91c587f2d481c8c52b1674210502acbe85.tar
gsoc2013-evolution-d54a3c91c587f2d481c8c52b1674210502acbe85.tar.gz
gsoc2013-evolution-d54a3c91c587f2d481c8c52b1674210502acbe85.tar.bz2
gsoc2013-evolution-d54a3c91c587f2d481c8c52b1674210502acbe85.tar.lz
gsoc2013-evolution-d54a3c91c587f2d481c8c52b1674210502acbe85.tar.xz
gsoc2013-evolution-d54a3c91c587f2d481c8c52b1674210502acbe85.tar.zst
gsoc2013-evolution-d54a3c91c587f2d481c8c52b1674210502acbe85.zip
Updated to use the new imap_uid_array_to_set() interface.
2002-01-14 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (imap_expunge_uids_online): Updated to use the new imap_uid_array_to_set() interface. (imap_expunge_uids_resyncing): Same. (do_copy): Here too. (imap_update_summary): Added a FIXME comment to rewrite allowing for a uid-set limitation. (get_matching): Copy some of the logic over from imap_uid_adday_to_set() to limit the length of the uid-set string. (imap_sync_online): Added a comment to explain what is going on with get_matching() since the behavior has changed slightly. * providers/imap/camel-imap-utils.c (imap_uid_array_to_set): Modify the interface so that we can limit the size of the uid set string returned. svn path=/trunk/; revision=15318
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5c35d3eede..03a5728fba 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,20 @@
+2002-01-14 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap/camel-imap-folder.c (imap_expunge_uids_online):
+ Updated to use the new imap_uid_array_to_set() interface.
+ (imap_expunge_uids_resyncing): Same.
+ (do_copy): Here too.
+ (imap_update_summary): Added a FIXME comment to rewrite allowing
+ for a uid-set limitation.
+ (get_matching): Copy some of the logic over from
+ imap_uid_adday_to_set() to limit the length of the uid-set string.
+ (imap_sync_online): Added a comment to explain what is going on
+ with get_matching() since the behavior has changed slightly.
+
+ * providers/imap/camel-imap-utils.c (imap_uid_array_to_set):
+ Modify the interface so that we can limit the size of the uid set
+ string returned.
+
2002-01-14 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-search.c (imap_body_contains):