diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-13 11:06:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-13 11:06:34 +0800 |
commit | 52d4488d7dcc477ce6fa89d5c548ee2fddcef1b3 (patch) | |
tree | a73ab9de28af6e6588e85b3c5b8c3432b71cae37 /camel/ChangeLog | |
parent | fcad059f762ddc8ec8ee190e6557ee7451edc8c6 (diff) | |
download | gsoc2013-evolution-52d4488d7dcc477ce6fa89d5c548ee2fddcef1b3.tar.gz gsoc2013-evolution-52d4488d7dcc477ce6fa89d5c548ee2fddcef1b3.tar.zst gsoc2013-evolution-52d4488d7dcc477ce6fa89d5c548ee2fddcef1b3.zip |
Don't assume the FETCH results will come back in the order they were
* providers/imap/camel-imap-folder.c (imap_get_summary_internal):
Don't assume the FETCH results will come back in the order they
were requested.
svn path=/trunk/; revision=4791
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 81255a8afc..1c22cffd82 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-08-12 Dan Winship <danw@helixcode.com> + + * providers/imap/camel-imap-folder.c (imap_get_summary_internal): + Don't assume the FETCH results will come back in the order they + were requested. + 2000-08-12 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c |