diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-06 00:15:12 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-06 00:15:12 +0800 |
commit | 4e4eb45bf69d539996b298a13bf650c5ebea7f16 (patch) | |
tree | 359e98c1b0f050769df800a8e7456db192c03310 /ChangeLog | |
parent | 0fe7101224105602a18e63eb83af4611648c9d91 (diff) | |
download | gsoc2013-evolution-4e4eb45bf69d539996b298a13bf650c5ebea7f16.tar.gz gsoc2013-evolution-4e4eb45bf69d539996b298a13bf650c5ebea7f16.tar.zst gsoc2013-evolution-4e4eb45bf69d539996b298a13bf650c5ebea7f16.zip |
use folder summary instead of opening all messages.
1999-09-05 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/ui-tests/store_listing.c (show_folder_messages):
use folder summary instead of opening all messages.
* camel/providers/MH/camel-mh-folder.c (_create_summary):
basic and highly non-efficient summary implementation.
Should be seen as a proof of concept only.
subfolder summary still has to be implemented.
* camel/providers/maildir/camel-maildir-folder.c (_init_with_store):
hasn't summary for the moment.
* camel/providers/maildir/camel-maildir-folder.c
cosmetic changes.
svn path=/trunk/; revision=1178
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +1999-09-05 bertrand <Bertrand.Guiheneuf@aful.org> + + * tests/ui-tests/store_listing.c (show_folder_messages): + use folder summary instead of opening all messages. + + * camel/providers/MH/camel-mh-folder.c (_create_summary): + basic and highly non-efficient summary implementation. + Should be seen as a proof of concept only. + subfolder summary still has to be implemented. + + * camel/providers/maildir/camel-maildir-folder.c (_init_with_store): + hasn't summary for the moment. + * camel/providers/maildir/camel-maildir-folder.c + cosmetic changes. + + 1999-09-04 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/MH/camel-mh-folder.c (_create_summary): |