diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-16 02:58:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-16 02:58:24 +0800 |
commit | 811c9c4acdc308b55d38dda2fda2e30433cd5e5b (patch) | |
tree | 58edb231149541ad77d8b100ff48652416130f82 /camel/ChangeLog | |
parent | d636d53bc9af47f29681c6ec340745b511af4281 (diff) | |
download | gsoc2013-evolution-811c9c4acdc308b55d38dda2fda2e30433cd5e5b.tar gsoc2013-evolution-811c9c4acdc308b55d38dda2fda2e30433cd5e5b.tar.gz gsoc2013-evolution-811c9c4acdc308b55d38dda2fda2e30433cd5e5b.tar.bz2 gsoc2013-evolution-811c9c4acdc308b55d38dda2fda2e30433cd5e5b.tar.lz gsoc2013-evolution-811c9c4acdc308b55d38dda2fda2e30433cd5e5b.tar.xz gsoc2013-evolution-811c9c4acdc308b55d38dda2fda2e30433cd5e5b.tar.zst gsoc2013-evolution-811c9c4acdc308b55d38dda2fda2e30433cd5e5b.zip |
Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT.
2002-01-15 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_update_summary): Sort
the needheaders UID array and fixed to respect the
UID_SET_LIMIT. This should now finish the fixification of bug
#2529. There's still the possible issue that a command-line (The
only command-line I can think of that can still be too long is a
SEARCH command, but this can't possibly be fixed until we rewrite
the imap code to use Zucchi's ImapEngine idea).
svn path=/trunk/; revision=15327
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 03a5728fba..07994e21f8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2002-01-15 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-folder.c (imap_update_summary): Sort + the needheaders UID array and fixed to respect the + UID_SET_LIMIT. This should now finish the fixification of bug + #2529. There's still the possible issue that a command-line (The + only command-line I can think of that can still be too long is a + SEARCH command, but this can't possibly be fixed until we rewrite + the imap code to use Zucchi's ImapEngine idea). + +2002-01-14 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-folder.c (imap_expunge_uids_online): + Move the command-lock outside the loop. + 2002-01-14 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (imap_expunge_uids_online): |