aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-05-28 08:42:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-05-28 08:42:19 +0800
commitde9458db315d8857bfae6929b2585150c20a57cf (patch)
tree6e0bd08287b3d05b3c97c3f509ed57aa820a53cd /camel/ChangeLog
parentd575bb994eebbe511b80bb07abda56d28a9883e3 (diff)
downloadgsoc2013-evolution-de9458db315d8857bfae6929b2585150c20a57cf.tar
gsoc2013-evolution-de9458db315d8857bfae6929b2585150c20a57cf.tar.gz
gsoc2013-evolution-de9458db315d8857bfae6929b2585150c20a57cf.tar.bz2
gsoc2013-evolution-de9458db315d8857bfae6929b2585150c20a57cf.tar.lz
gsoc2013-evolution-de9458db315d8857bfae6929b2585150c20a57cf.tar.xz
gsoc2013-evolution-de9458db315d8857bfae6929b2585150c20a57cf.tar.zst
gsoc2013-evolution-de9458db315d8857bfae6929b2585150c20a57cf.zip
This should finish fixing all variations of bug #42854, which, funnily
2003-05-27 Jeffrey Stedfast <fejj@ximian.com> This should finish fixing all variations of bug #42854, which, funnily enough specified "copying" as the scenario for reproducing this bug, but somehow I found/fixed it only for expunging for some reason? I can't even guess as to how this happened. Oh well, expunging needed fixing either way. * providers/imap/camel-imap-folder.c (imap_transfer_online): Sort the uids here too (just like I had fixed for expunge a week or so ago). (imap_transfer_resyncing): Sort them here too. (imap_search_by_uids): Sort here too, even though I don't think it is necessary. Can't hurt. (imap_expunge_uids_offline): Might as well sort here too. svn path=/trunk/; revision=21341
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ced3b4e9e8..d3d92d2e39 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,19 @@
+2003-05-27 Jeffrey Stedfast <fejj@ximian.com>
+
+ This should finish fixing all variations of bug #42854, which,
+ funnily enough specified "copying" as the scenario for reproducing
+ this bug, but somehow I found/fixed it only for expunging for some
+ reason? I can't even guess as to how this happened. Oh well,
+ expunging needed fixing either way.
+
+ * providers/imap/camel-imap-folder.c (imap_transfer_online): Sort
+ the uids here too (just like I had fixed for expunge a week or so
+ ago).
+ (imap_transfer_resyncing): Sort them here too.
+ (imap_search_by_uids): Sort here too, even though I don't think it
+ is necessary. Can't hurt.
+ (imap_expunge_uids_offline): Might as well sort here too.
+
2003-05-22 Jeffrey Stedfast <fejj@ximian.com>
* camel-object.c (camel_object_bag_destroy): Lets try this