diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-21 11:51:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-21 11:51:33 +0800 |
commit | 7ea24b0cb12e396794284da34762c508bce472d8 (patch) | |
tree | ae2c553b2acf6f9e2b8710248c52f399da401083 /camel/ChangeLog | |
parent | 0f442b0884aa8ffc2043c73912232f01928924d2 (diff) | |
download | gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.gz gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.bz2 gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.lz gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.xz gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.tar.zst gsoc2013-evolution-7ea24b0cb12e396794284da34762c508bce472d8.zip |
Added camel-folder-thread.[ch].
2000-11-21 Not Zed <NotZed@HelixCode.com>
* Makefile.am (libcamel_la_SOURCES): Added
camel-folder-thread.[ch].
* camel-folder-thread.c: message-threading algorithm, taken from
evolutions' mail component, as it is generally more useful than
just for evolution itself. Changed to use e-memchunks as well to
speed it up a little and use less mem.
svn path=/trunk/; revision=6623
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3f79ac4df7..d4cf8d6fa3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2000-11-21 Not Zed <NotZed@HelixCode.com> + + * Makefile.am (libcamel_la_SOURCES): Added + camel-folder-thread.[ch]. + + * camel-folder-thread.c: message-threading algorithm, taken from + evolutions' mail component, as it is generally more useful than + just for evolution itself. Changed to use e-memchunks as well to + speed it up a little and use less mem. + 2000-11-20 Jeffrey Stedfast <fejj@helixcode.com> * camel-remote-store.c (remote_recv_line): Fixed to return the |